Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.dragon-ball {
color: #ff9a1f;
}
.incandescence {
color: #ffbf1f;
}
.gangsters-gold {
color: #ffda1f;
}
.big-yellow-streak {
color: #ffec1f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--dragon-ball:#ff9a1f;
--incandescence:#ffbf1f;
--gangsters-gold:#ffda1f;
--big-yellow-streak:#ffec1f;
}