Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #ff5e3d;
}
.kanz-orange {
color: #ff8e3d;
}
.exploding-star {
color: #ffd83d;
}
.maximum-yellow {
color: #f5ff3d;
}
.bright-light-green {
color: #3dff5e;
}
/* CSS Variables */
:root {
--orange-soda:#ff5e3d;
--kanz-orange:#ff8e3d;
--exploding-star:#ffd83d;
--maximum-yellow:#f5ff3d;
--bright-light-green:#3dff5e;
}