Color names in this palette
CSS code for this palette
/* CSS */
.fusion-red {
color: #ff5c5f;
}
.radiant-yellow {
color: #ff9e1f;
}
.usc-gold {
color: #ffcc00;
}
.lime-lizard {
color: #a3d55d;
}
.flax-flower-blue {
color: #3d9ae1;
}
/* CSS Variables */
:root {
--fusion-red:#ff5c5f;
--radiant-yellow:#ff9e1f;
--usc-gold:#ffcc00;
--lime-lizard:#a3d55d;
--flax-flower-blue:#3d9ae1;
}