Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb8c6;
}
.blush-hour {
color: #ff7092;
}
.laser-trap {
color: #ff3d67;
}
.moth-orchid {
color: #d10070;
}
.heliotrope-magenta {
color: #9f00b8;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb8c6;
--blush-hour:#ff7092;
--laser-trap:#ff3d67;
--moth-orchid:#d10070;
--heliotrope-magenta:#9f00b8;
}