Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #ff5e3d;
}
.sunset-yellow {
color: #ff8b3d;
}
.orange-pop {
color: #ffb83d;
}
.juicy-jackfruit {
color: #f1df3b;
}
.bright-light-green {
color: #3dff5e;
}
/* CSS Variables */
:root {
--orange-soda:#ff5e3d;
--sunset-yellow:#ff8b3d;
--orange-pop:#ffb83d;
--juicy-jackfruit:#f1df3b;
--bright-light-green:#3dff5e;
}