Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.dragon-ball {
color: #ff9a1f;
}
.vibrant-honey {
color: #ffbe33;
}
.rodan-gold {
color: #ffdc5c;
}
.sp-tzle-yellow {
color: #ffed8a;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--dragon-ball:#ff9a1f;
--vibrant-honey:#ffbe33;
--rodan-gold:#ffdc5c;
--sp-tzle-yellow:#ffed8a;
}