Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c1;
}
.coral-blossom {
color: #f7b9a1;
}
.yellow-cream {
color: #f2d269;
}
.eerie-glow {
color: #a7d7b8;
}
.may-day {
color: #51c8c8;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c1;
--coral-blossom:#f7b9a1;
--yellow-cream:#f2d269;
--eerie-glow:#a7d7b8;
--may-day:#51c8c8;
}