Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.crocus-petal {
color: #b79bc5;
}
.sweetheart {
color: #f4c3d6;
}
.candy-heart-pink {
color: #f6a4a2;
}
.summertime {
color: #f1cf79;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--crocus-petal:#b79bc5;
--sweetheart:#f4c3d6;
--candy-heart-pink:#f6a4a2;
--summertime:#f1cf79;
}