Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c7;
}
.blush-hour {
color: #ff7092;
}
.coquelicot {
color: #ff3c00;
}
.floral-leaf {
color: #ffb84d;
}
.pickled-ginger {
color: #ffe057;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c7;
--blush-hour:#ff7092;
--coquelicot:#ff3c00;
--floral-leaf:#ffb84d;
--pickled-ginger:#ffe057;
}