Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #ff5e3d;
}
.joyful-orange {
color: #ff913d;
}
.lamplight {
color: #ffd23d;
}
.lush-greenery {
color: #84ff3d;
}
.bright-light-green {
color: #3dff5e;
}
/* CSS Variables */
:root {
--orange-soda:#ff5e3d;
--joyful-orange:#ff913d;
--lamplight:#ffd23d;
--lush-greenery:#84ff3d;
--bright-light-green:#3dff5e;
}