Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.blush-hour {
color: #ff7092;
}
.baby-pink {
color: #ffb8d1;
}
.esprit-peach {
color: #ffc29e;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--blush-hour:#ff7092;
--baby-pink:#ffb8d1;
--esprit-peach:#ffc29e;
--cornflower-lilac:#ffadad;
}