Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.fight-the-sunrise {
color: #ff99aa;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.pink-pleasure {
color: #ffe0e4;
}
.royal-wedding {
color: #fce3e5;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--fight-the-sunrise:#ff99aa;
--cherry-blossom-pink:#ffb3c6;
--pink-pleasure:#ffe0e4;
--royal-wedding:#fce3e5;
}