Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.sundown {
color: #f5c99e;
}
.first-day-of-summer {
color: #f2e89c;
}
.eerie-glow {
color: #a9d6bb;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--sundown:#f5c99e;
--first-day-of-summer:#f2e89c;
--eerie-glow:#a9d6bb;
--regale-blue:#80b3d6;
}