Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d8;
}
.rogue-pink {
color: #f8a5c3;
}
.sachet-pink {
color: #f78db5;
}
.blush-hour {
color: #ff7092;
}
.diva-pink {
color: #ff3d7b;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d8;
--rogue-pink:#f8a5c3;
--sachet-pink:#f78db5;
--blush-hour:#ff7092;
--diva-pink:#ff3d7b;
}