File: D:/HostingSpaces/brameda/brameda.nl/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: #6ABB51,
2: #53AD37,
),
'secondary': (
1: #BBCE80,
),
'neutral': (
1: #f8f8f8,
300: #c8c8c8,
800: #2C2C2C,
900: #1d1d1d,
),
'text': (
1: #1A1A1A,
2: #656565,
3: #999999,
),
'text-on-dark': (
1: #ffffff,
2: #ededed,
3: #999999,
),
'text-on-primary': (
1: #ffffff,
2: #e6ece3,
),
'text-on-secondary': (
1: #ffffff,
),
'feedback': (
1: #4079B8,
action: #4079B8,
warning: #ffd33a,
alert: #ff8100,
negative: #cf3e3e,
positive: #3ecf8e,
),
'light': (
1: #ffffff,
),
'dark': (
1: #000000,
),
'border': (
1: #c8c8c8,
),
'box-shadow': (
1: hsla(0, 50%, 0%, 0.2),
),
);