Color names in this palette
CSS code for this palette
/* CSS */
.just-a-fairytale {
color: #6a5c99;
}
.wisteria {
color: #a77ccb;
}
.maximum-yellow-red {
color: #f1b74b;
}
.pizazz {
color: #e47e3f;
}
.fireglow {
color: #d55f3f;
}
/* CSS Variables */
:root {
--just-a-fairytale:#6a5c99;
--wisteria:#a77ccb;
--maximum-yellow-red:#f1b74b;
--pizazz:#e47e3f;
--fireglow:#d55f3f;
}