Color names in this palette
CSS code for this palette
/* CSS */
.deviled-eggs {
color: #fdcc81;
}
.coral-blossom {
color: #f8baa0;
}
.rogue-pink {
color: #f6a2bf;
}
.filtered-forest {
color: #b7e1d4;
}
.light-shimmer {
color: #a3d6f0;
}
/* CSS Variables */
:root {
--deviled-eggs:#fdcc81;
--coral-blossom:#f8baa0;
--rogue-pink:#f6a2bf;
--filtered-forest:#b7e1d4;
--light-shimmer:#a3d6f0;
}