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