Color names in this palette
CSS code for this palette
/* CSS */
.cyber-grape {
color: #5c3e7a;
}
.murasaki-purple {
color: #894c9a;
}
.eccentric-magenta {
color: #b77ba8;
}
.eyelash-viper {
color: #f1c54b;
}
.sweet-potato {
color: #d87a3b;
}
/* CSS Variables */
:root {
--cyber-grape:#5c3e7a;
--murasaki-purple:#894c9a;
--eccentric-magenta:#b77ba8;
--eyelash-viper:#f1c54b;
--sweet-potato:#d87a3b;
}