Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d1;
}
.cochonnet {
color: #ff8fc3;
}
.blush-hour {
color: #ff7094;
}
.diva-pink {
color: #ff3d7b;
}
.pure-hedonist {
color: #ff1a5b;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d1;
--cochonnet:#ff8fc3;
--blush-hour:#ff7094;
--diva-pink:#ff3d7b;
--pure-hedonist:#ff1a5b;
}