Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4c8a;
}
.cyclamen-red {
color: #a85d8c;
}
.inventive-orange {
color: #e7a06a;
}
.sherbet-fruit {
color: #f8c9b9;
}
.debrito {
color: #f27b40;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4c8a;
--cyclamen-red:#a85d8c;
--inventive-orange:#e7a06a;
--sherbet-fruit:#f8c9b9;
--debrito:#f27b40;
}