Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.radiant-yellow {
color: #ff9e1f;
}
.golden-buddha-belly {
color: #ffcb1f;
}
.pressed-laser-lemon {
color: #f8ff1f;
}
.sweet-venom {
color: #a5ff1f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--radiant-yellow:#ff9e1f;
--golden-buddha-belly:#ffcb1f;
--pressed-laser-lemon:#f8ff1f;
--sweet-venom:#a5ff1f;
}