Color names in this palette
CSS code for this palette
/* CSS */
.glitter-is-not-gold {
color: #ffdd57;
}
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.orange-soda {
color: #ff5e3d;
}
.devil-s-advocate {
color: #ff2e3c;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--orange-soda:#ff5e3d;
--devil-s-advocate:#ff2e3c;
}