Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.relaxation-green {
color: #a5d39c;
}
.natural-youth {
color: #d9e9b4;
}
.pumpkin-cream {
color: #e5c9a9;
}
.folksy-gold {
color: #d99a6d;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--relaxation-green:#a5d39c;
--natural-youth:#d9e9b4;
--pumpkin-cream:#e5c9a9;
--folksy-gold:#d99a6d;
}