Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5d4b8b;
}
.venus-violet {
color: #7d6cbc;
}
.high-style {
color: #a8b3d7;
}
.rosy-skin {
color: #f5ba7a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bright-eggplant:#5d4b8b;
--venus-violet:#7d6cbc;
--high-style:#a8b3d7;
--rosy-skin:#f5ba7a;
--grapefruit-pulp:#ff6e61;
}