Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d6619a;
}
.princess {
color: #f2a6b5;
}
.in-the-pink {
color: #f2c5d0;
}
.blush-tint {
color: #f4e1e5;
}
.merry-pink {
color: #e8c9d8;
}
/* CSS Variables */
:root {
--flirty-rose:#d6619a;
--princess:#f2a6b5;
--in-the-pink:#f2c5d0;
--blush-tint:#f4e1e5;
--merry-pink:#e8c9d8;
}