Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.wake-me-up {
color: #f6d55a;
}
.butter-cream {
color: #f5b042;
}
.rusty-chainmail {
color: #c94a4c;
}
.zeus-purple {
color: #690571;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--wake-me-up:#f6d55a;
--butter-cream:#f5b042;
--rusty-chainmail:#c94a4c;
--zeus-purple:#690571;
}