Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6a3e93;
}
.knight-elf {
color: #8c6aaf;
}
.dechala-lilac {
color: #b69dcd;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.spicy-paella {
color: #f28e36;
}
/* CSS Variables */
:root {
--sweet-flag:#6a3e93;
--knight-elf:#8c6aaf;
--dechala-lilac:#b69dcd;
--solar-plexus-chakra:#f1c84b;
--spicy-paella:#f28e36;
}