Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.matt-pink {
color: #ffb3c2;
}
.pink-pleasure {
color: #ffe0e3;
}
.floral-leaf {
color: #ffb84d;
}
.diva-pink {
color: #ff3d7e;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--matt-pink:#ffb3c2;
--pink-pleasure:#ffe0e3;
--floral-leaf:#ffb84d;
--diva-pink:#ff3d7e;
}