Color names in this palette
CSS code for this palette
/* CSS */
.fine-purple {
color: #5e4f8c;
}
.knight-elf {
color: #8c6aaf;
}
.enchanted-lavender {
color: #bfa5d9;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.spicy-paella {
color: #f28d3a;
}
/* CSS Variables */
:root {
--fine-purple:#5e4f8c;
--knight-elf:#8c6aaf;
--enchanted-lavender:#bfa5d9;
--solar-plexus-chakra:#f1c84b;
--spicy-paella:#f28d3a;
}