Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.pansy-garden {
color: #7d8cca;
}
.frozen-blue {
color: #a6c7d9;
}
.optimistic-yellow {
color: #f4e1a4;
}
.orange-chiffon {
color: #fbae7e;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--pansy-garden:#7d8cca;
--frozen-blue:#a6c7d9;
--optimistic-yellow:#f4e1a4;
--orange-chiffon:#fbae7e;
}