Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c7;
}
.blush-hour {
color: #ff7092;
}
.coquelicot {
color: #ff3c00;
}
.mandarin-peel {
color: #ff9d00;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c7;
--blush-hour:#ff7092;
--coquelicot:#ff3c00;
--mandarin-peel:#ff9d00;
--soviet-gold:#ffd900;
}