Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c6;
}
.blush-hour {
color: #ff7092;
}
.coquelicot {
color: #ff3c00;
}
.moth-orchid {
color: #d6006f;
}
.purple-plum {
color: #9c4fba;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c6;
--blush-hour:#ff7092;
--coquelicot:#ff3c00;
--moth-orchid:#d6006f;
--purple-plum:#9c4fba;
}