Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7e3d99;
}
.mauve-mist {
color: #c49cd3;
}
.ballerina-tears {
color: #f5b8b2;
}
.storm-lightning {
color: #f9e79f;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--cadmium-violet:#7e3d99;
--mauve-mist:#c49cd3;
--ballerina-tears:#f5b8b2;
--storm-lightning:#f9e79f;
--sunshine-mellow:#f1c40e;
}