Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5f4b8b;
}
.wisteria {
color: #a27ec9;
}
.maximum-yellow-red {
color: #f1b74b;
}
.salsa-sizzle {
color: #ea7d3e;
}
.bloody-rust {
color: #d72d3e;
}
/* CSS Variables */
:root {
--bright-eggplant:#5f4b8b;
--wisteria:#a27ec9;
--maximum-yellow-red:#f1b74b;
--salsa-sizzle:#ea7d3e;
--bloody-rust:#d72d3e;
}