Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.sapphire-siren {
color: #701c82;
}
.hyacinth-violet {
color: #9a4c97;
}
.opulent {
color: #d68a2e;
}
.eyelash-viper {
color: #f0c54c;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--sapphire-siren:#701c82;
--hyacinth-violet:#9a4c97;
--opulent:#d68a2e;
--eyelash-viper:#f0c54c;
}