Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.blazing-bonfire {
color: #ff9c38;
}
.banana-boat {
color: #ffca38;
}
.yellow-bellied {
color: #ffee38;
}
.lime {
color: #a2ff38;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--blazing-bonfire:#ff9c38;
--banana-boat:#ffca38;
--yellow-bellied:#ffee38;
--lime:#a2ff38;
}