Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.divine {
color: #9c7c9b;
}
.lavender-veil {
color: #dab9d3;
}
.mystic-tulip {
color: #f7b5a1;
}
.koji-orange {
color: #f7a94b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--divine:#9c7c9b;
--lavender-veil:#dab9d3;
--mystic-tulip:#f7b5a1;
--koji-orange:#f7a94b;
}