Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #ff5e3d;
}
.joyful-orange {
color: #ff913d;
}
.orange-pop {
color: #ffb83d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.lime {
color: #b1ff3d;
}
/* CSS Variables */
:root {
--orange-soda:#ff5e3d;
--joyful-orange:#ff913d;
--orange-pop:#ffb83d;
--dandelion-yellow:#ffdb3d;
--lime:#b1ff3d;
}