Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.yellow-groove {
color: #f8b830;
}
.mandarin-peel {
color: #ff9d00;
}
.emerald-bliss {
color: #4bbead;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--yellow-groove:#f8b830;
--mandarin-peel:#ff9d00;
--emerald-bliss:#4bbead;
}