Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.sundown {
color: #f5c99e;
}
.lemon-pepper {
color: #e8eba8;
}
.eerie-glow {
color: #a7d7b8;
}
.delicate-girl-blue {
color: #65b1c8;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--sundown:#f5c99e;
--lemon-pepper:#e8eba8;
--eerie-glow:#a7d7b8;
--delicate-girl-blue:#65b1c8;
}