Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.radiation-carrot {
color: #ffa142;
}
.zinnia-gold {
color: #ffd980;
}
.ice-crystal-blue {
color: #a6e1e3;
}
.ramjet {
color: #4b75b4;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--radiation-carrot:#ffa142;
--zinnia-gold:#ffd980;
--ice-crystal-blue:#a6e1e3;
--ramjet:#4b75b4;
}