Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.duck-egg-cream {
color: #c5e2d5;
}
.treacherous-blizzard {
color: #dff6e8;
}
.rising-star {
color: #f4f7d4;
}
.banana-yogurt {
color: #f9e8b4;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--duck-egg-cream:#c5e2d5;
--treacherous-blizzard:#dff6e8;
--rising-star:#f4f7d4;
--banana-yogurt:#f9e8b4;
}