Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.vitamin-c {
color: #ff9900;
}
.soviet-gold {
color: #ffd900;
}
.basket-of-gold {
color: #f1d03b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--vitamin-c:#ff9900;
--soviet-gold:#ffd900;
--basket-of-gold:#f1d03b;
--grapefruit-pulp:#ff6e61;
}