Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.radiation-carrot {
color: #ffa142;
}
.golden-handshake {
color: #ffcd42;
}
.emerald-reflection {
color: #4dcb79;
}
.skinny-jeans {
color: #4d8eff;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--radiation-carrot:#ffa142;
--golden-handshake:#ffcd42;
--emerald-reflection:#4dcb79;
--skinny-jeans:#4d8eff;
}