Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.indian-saffron {
color: #ff9838;
}
.traffic-yellow {
color: #ffdb38;
}
.lime {
color: #a9ff38;
}
.bright-light-green {
color: #38ff5d;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--indian-saffron:#ff9838;
--traffic-yellow:#ffdb38;
--lime:#a9ff38;
--bright-light-green:#38ff5d;
}