Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d1;
}
.blush-hour {
color: #ff7092;
}
.diva-pink {
color: #ff3d7e;
}
.moth-orchid {
color: #d6006f;
}
.cherry-plum {
color: #a30049;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d1;
--blush-hour:#ff7092;
--diva-pink:#ff3d7e;
--moth-orchid:#d6006f;
--cherry-plum:#a30049;
}