Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.phoenix-flames {
color: #ff9f1a;
}
.decisive-yellow {
color: #ffcc4d;
}
.poisonous-ice-cream {
color: #d9df20;
}
.oregano-green {
color: #509d3f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--phoenix-flames:#ff9f1a;
--decisive-yellow:#ffcc4d;
--poisonous-ice-cream:#d9df20;
--oregano-green:#509d3f;
}