Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.lilac-bush {
color: #9c6ec4;
}
.hot-aquarelle-pink {
color: #f7b1de;
}
.nacho {
color: #ffcb5c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--lilac-bush:#9c6ec4;
--hot-aquarelle-pink:#f7b1de;
--nacho:#ffcb5c;
--grapefruit-pulp:#ff6e61;
}