Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7b3e93;
}
.berry-burst {
color: #a86fae;
}
.violet-kiss {
color: #f1a7d5;
}
.ginger-peach {
color: #f8d0a0;
}
.butter-cream {
color: #f5b042;
}
/* CSS Variables */
:root {
--cadmium-violet:#7b3e93;
--berry-burst:#a86fae;
--violet-kiss:#f1a7d5;
--ginger-peach:#f8d0a0;
--butter-cream:#f5b042;
}