Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b7e6;
}
.violet-kiss {
color: #f6a2d7;
}
.sachet-pink {
color: #f68eb6;
}
.rosy-pink {
color: #f76988;
}
.grapefruit {
color: #f65a5d;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b7e6;
--violet-kiss:#f6a2d7;
--sachet-pink:#f68eb6;
--rosy-pink:#f76988;
--grapefruit:#f65a5d;
}