Color names in this palette
CSS code for this palette
/* CSS */
.enchanted-lavender {
color: #c2a5d9;
}
.fussy-pink {
color: #e6a2b8;
}
.orange-chalk {
color: #f9d48b;
}
.butter-cream {
color: #f1b341;
}
.angry-hornet {
color: #f09a19;
}
/* CSS Variables */
:root {
--enchanted-lavender:#c2a5d9;
--fussy-pink:#e6a2b8;
--orange-chalk:#f9d48b;
--butter-cream:#f1b341;
--angry-hornet:#f09a19;
}