Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb8c6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}
.mandarin-peel {
color: #ff9d00;
}
.sunny-side-up {
color: #ffd942;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb8c6;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
--mandarin-peel:#ff9d00;
--sunny-side-up:#ffd942;
}