Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.gul-b-pink {
color: #d473c2;
}
.squash-blossom {
color: #f6b83c;
}
.peach-butter {
color: #fbaf3c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--gul-b-pink:#d473c2;
--squash-blossom:#f6b83c;
--peach-butter:#fbaf3c;
--grapefruit-pulp:#ff6e61;
}