Color names in this palette
CSS code for this palette
/* CSS */
.flare-gun {
color: #ff471a;
}
.extreme-carrot {
color: #ff6d2e;
}
.boredom-buster {
color: #ff9152;
}
.t-gold {
color: #ffb81f;
}
.yriel-yellow {
color: #ffdb57;
}
/* CSS Variables */
:root {
--flare-gun:#ff471a;
--extreme-carrot:#ff6d2e;
--boredom-buster:#ff9152;
--t-gold:#ffb81f;
--yriel-yellow:#ffdb57;
}