Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.aquatint {
color: #b8e5e0;
}
.chiffon {
color: #f4f4b8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.vinaceous-cinnamon {
color: #f28c8c;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--aquatint:#b8e5e0;
--chiffon:#f4f4b8;
--solar-plexus-chakra:#f1c84b;
--vinaceous-cinnamon:#f28c8c;
}