Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.kanz-orange {
color: #ff8e38;
}
.fall-gold {
color: #ffbd38;
}
.traffic-yellow {
color: #ffdb38;
}
.stellar-strawberry {
color: #ff5c8d;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--kanz-orange:#ff8e38;
--fall-gold:#ffbd38;
--traffic-yellow:#ffdb38;
--stellar-strawberry:#ff5c8d;
}