Color names in this palette
CSS code for this palette
/* CSS */
.candy-floss {
color: #e1a7e6;
}
.sparkling-pink {
color: #f5d1e4;
}
.casino-lights {
color: #f9f8b4;
}
.dithered-sky {
color: #b8e1ff;
}
.fight-the-sunrise {
color: #ff99aa;
}
/* CSS Variables */
:root {
--candy-floss:#e1a7e6;
--sparkling-pink:#f5d1e4;
--casino-lights:#f9f8b4;
--dithered-sky:#b8e1ff;
--fight-the-sunrise:#ff99aa;
}