File: D:/HostingSpaces/SBogers10/vangogh.komma.pro/resources/sass/site/1-Settings/_settings.colors.scss
/* =========================================================
Organize color variables in a Sass Map.
This way, the colors can be iterated, are more organized,
and are more intuitive to reference.
========================================================= */
$palettes: (
'primary': (
1: #FDE430,
2: #CCB727,
),
'secondary': (
1: #62ACBF,
),
'neutral': (
1: #ECF6F8,
medium: #BEC6C8,
dark: #1d1d1d,
),
'text': (
1: #1A1A1A,
2: #656565,
3: #999999,
),
'text-on-dark': (
1: #ffffff,
2: #ededed,
3: #999999,
),
'text-on-primary': (
1: #f2efed,
2: #EDEDED,
3: #999999,
),
'text-on-secondary': (
1: #EDF3EE,
2: #D5DCD5,
3: #ADBAAE,
),
'feedback': (
1: #000000,
action: #000000,
warning: #ffd33a,
alert: #ff8100,
negative: #cf3e3e,
positive: #3ecf8e,
),
'light': (
1: #ffffff,
),
'dark': (
1: #000000,
),
'border': (
1: #BEC6C8,
),
'box-shadow': (
1: hsla(0, 50%, 0%, 0.2),
),
);