Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.sunny-mood {
color: #f7c94b;
}
.iced-celery {
color: #e1e8b5;
}
.mandarin-peel {
color: #ff9d00;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--sunny-mood:#f7c94b;
--iced-celery:#e1e8b5;
--mandarin-peel:#ff9d00;
}