Color names in this palette
CSS code for this palette
/* CSS */
.neon-light {
color: #fede5d;
}
.royal-star {
color: #fee44d;
}
.orange-pop {
color: #fec13e;
}
.sunshine-surprise {
color: #fcb02c;
}
.gusto-gold {
color: #fcae1d;
}
/* CSS Variables */
:root {
--neon-light:#fede5d;
--royal-star:#fee44d;
--orange-pop:#fec13e;
--sunshine-surprise:#fcb02c;
--gusto-gold:#fcae1d;
}