Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.diva-pink {
color: #ff3d7e;
}
.reddish-pink {
color: #ff2e54;
}
.moth-orchid {
color: #d6006f;
}
.pink-spyro {
color: #9b27b0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--diva-pink:#ff3d7e;
--reddish-pink:#ff2e54;
--moth-orchid:#d6006f;
--pink-spyro:#9b27b0;
}