Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f1c6d2;
}
.cotton-candy-aesthetic {
color: #f6b6e1;
}
.lavender-candy {
color: #fbb1d5;
}
.rogue-pink {
color: #f6a2c1;
}
.shadow-azalea-pink {
color: #e16b98;
}
/* CSS Variables */
:root {
--desire-pink:#f1c6d2;
--cotton-candy-aesthetic:#f6b6e1;
--lavender-candy:#fbb1d5;
--rogue-pink:#f6a2c1;
--shadow-azalea-pink:#e16b98;
}