Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.fight-the-sunrise {
color: #ff99aa;
}
.matt-pink {
color: #ffb3c1;
}
.flower-spell {
color: #ffccd5;
}
.pink-pleasure {
color: #ffe0e4;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--fight-the-sunrise:#ff99aa;
--matt-pink:#ffb3c1;
--flower-spell:#ffccd5;
--pink-pleasure:#ffe0e4;
}