Color names in this palette
CSS code for this palette
/* CSS */
.fly-agaric {
color: #ff1f4f;
}
.shocking-orange {
color: #ff6d1f;
}
.phoenix-flames {
color: #ff9f1a;
}
.usc-gold {
color: #ffcc00;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--fly-agaric:#ff1f4f;
--shocking-orange:#ff6d1f;
--phoenix-flames:#ff9f1a;
--usc-gold:#ffcc00;
--capri:#00bfff;
}