Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.butter-up {
color: #f3e1b9;
}
.exciting-orange {
color: #f1af79;
}
.little-bow-pink {
color: #d57b98;
}
.bright-eggplant {
color: #5b4b8b;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--butter-up:#f3e1b9;
--exciting-orange:#f1af79;
--little-bow-pink:#d57b98;
--bright-eggplant:#5b4b8b;
}