Color names in this palette
CSS code for this palette
/* CSS */
.candy-floss {
color: #e6a8e4;
}
.sweetheart {
color: #f1c1d9;
}
.calla {
color: #f2e0b5;
}
.arts-crafts-gold {
color: #f9c78b;
}
.candy-heart-pink {
color: #f7a4a1;
}
/* CSS Variables */
:root {
--candy-floss:#e6a8e4;
--sweetheart:#f1c1d9;
--calla:#f2e0b5;
--arts-crafts-gold:#f9c78b;
--candy-heart-pink:#f7a4a1;
}