Color names in this palette
CSS code for this palette
/* CSS */
.violet-femmes {
color: #a76c9d;
}
.darling-lilac {
color: #c5aed5;
}
.cookies-and-cream {
color: #f0e0b2;
}
.amber-yellow {
color: #f9b55d;
}
.opal-flame {
color: #e9604e;
}
/* CSS Variables */
:root {
--violet-femmes:#a76c9d;
--darling-lilac:#c5aed5;
--cookies-and-cream:#f0e0b2;
--amber-yellow:#f9b55d;
--opal-flame:#e9604e;
}