Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.french-violet {
color: #7900d6;
}
.mystery-oceans {
color: #013e8e;
}
.majorelle-blue {
color: #5e4fde;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--french-violet:#7900d6;
--mystery-oceans:#013e8e;
--majorelle-blue:#5e4fde;
--flush-orange:#ff6e00;
}