Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #ff4d3d;
}
.kanz-orange {
color: #ff8e3d;
}
.orange-pop {
color: #ffbb3d;
}
.hollandaise {
color: #ffec3d;
}
.bright-light-green {
color: #3dff4d;
}
/* CSS Variables */
:root {
--dusk-orange:#ff4d3d;
--kanz-orange:#ff8e3d;
--orange-pop:#ffbb3d;
--hollandaise:#ffec3d;
--bright-light-green:#3dff4d;
}