Color names in this palette
CSS code for this palette
/* CSS */
.millennial-pink {
color: #f6c9c1;
}
.roseberry {
color: #f2a6a1;
}
.turnip-the-pink {
color: #e4727f;
}
.flirty-rose {
color: #d65c8b;
}
.safflower-purple {
color: #ae4c99;
}
/* CSS Variables */
:root {
--millennial-pink:#f6c9c1;
--roseberry:#f2a6a1;
--turnip-the-pink:#e4727f;
--flirty-rose:#d65c8b;
--safflower-purple:#ae4c99;
}