Color names in this palette
CSS code for this palette
/* CSS */
.sage-violet {
color: #4a3c7c;
}
.just-a-fairytale {
color: #6e5b9a;
}
.strawberry-mousse {
color: #a7627d;
}
.egyptian-gold {
color: #f0a44c;
}
.sandstorm {
color: #f2d440;
}
/* CSS Variables */
:root {
--sage-violet:#4a3c7c;
--just-a-fairytale:#6e5b9a;
--strawberry-mousse:#a7627d;
--egyptian-gold:#f0a44c;
--sandstorm:#f2d440;
}