Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f1c6d2;
}
.pink-tutu {
color: #f7e4e9;
}
.rosy-maple-moth {
color: #f8c9f0;
}
.prettiest-pink {
color: #e8a6c5;
}
.flirty-rose {
color: #d25b8d;
}
/* CSS Variables */
:root {
--desire-pink:#f1c6d2;
--pink-tutu:#f7e4e9;
--rosy-maple-moth:#f8c9f0;
--prettiest-pink:#e8a6c5;
--flirty-rose:#d25b8d;
}