Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f6b6c5;
}
.milky-maize {
color: #f7d6a1;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.frugal {
color: #a6d9b5;
}
.desaturated-cyan {
color: #699b9b;
}
/* CSS Variables */
:root {
--love-spell:#f6b6c5;
--milky-maize:#f7d6a1;
--bells-and-whistles-gold:#f0e19e;
--frugal:#a6d9b5;
--desaturated-cyan:#699b9b;
}