Color names in this palette
CSS code for this palette
/* CSS */
.chunky-bee {
color: #fbc94b;
}
.opulent-orange {
color: #f0693d;
}
.magneto-s-magenta {
color: #a62b92;
}
.blue-magenta-violet {
color: #592c90;
}
.dazzling-blue {
color: #3d4d9e;
}
/* CSS Variables */
:root {
--chunky-bee:#fbc94b;
--opulent-orange:#f0693d;
--magneto-s-magenta:#a62b92;
--blue-magenta-violet:#592c90;
--dazzling-blue:#3d4d9e;
}