Color names in this palette
CSS code for this palette
/* CSS */
.flambrosia {
color: #e6a400;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.shocking-orange {
color: #ff6d1f;
}
.coral-red {
color: #ff3d3d;
}
.true-purple {
color: #6a2c90;
}
/* CSS Variables */
:root {
--flambrosia:#e6a400;
--glitter-is-not-gold:#ffdd57;
--shocking-orange:#ff6d1f;
--coral-red:#ff3d3d;
--true-purple:#6a2c90;
}