Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.lolly-ice {
color: #a6d8d2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.mandarin-peel {
color: #ff9d00;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--lolly-ice:#a6d8d2;
--creamy-sweet-corn:#f9c54e;
--mandarin-peel:#ff9d00;
}