sakrecoer-mother-web/_sass/palette.scss

26 lines
418 B
SCSS
Raw Normal View History

2020-01-28 10:53:07 +01:00
/* Coolors Exported Palette - coolors.co/deefb7-98dfaf-5fb49c-414288-682d63 */
/* RGB */
$color1: rgba(222, 239, 183, 1);
$color2: rgba(152, 223, 175, 1);
$color3: rgba(95, 180, 156, 1);
2020-01-28 14:18:34 +01:00
$color4: rgba(29, 29, 59, 1);
2020-01-28 13:38:37 +01:00
$color5: rgba(104, 45, 99, 1);
.color1 {
fill: $color1;
}
.color2 {
fill: $color2;
}
.color3 {
fill: $color3;
}
.color4 {
fill: $color4;
}
.color5 {
fill: $color5;
}