Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.corona {
color: #ffb433;
}
.sp-tzle-yellow {
color: #ffed8a;
}
.ragweed {
color: #7afa92;
}
.blue-chaos {
color: #5c9dff;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--corona:#ffb433;
--sp-tzle-yellow:#ffed8a;
--ragweed:#7afa92;
--blue-chaos:#5c9dff;
}