Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.dragon-ball {
color: #ff9a1f;
}
.golden-buddha-belly {
color: #ffcb1f;
}
.soviet-gold {
color: #ffd900;
}
.red-card {
color: #ff391f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--dragon-ball:#ff9a1f;
--golden-buddha-belly:#ffcb1f;
--soviet-gold:#ffd900;
--red-card:#ff391f;
}