Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.vitamin-c {
color: #ff9900;
}
.soviet-gold {
color: #ffd900;
}
.tropical-funk {
color: #4ddb00;
}
.green-gas {
color: #00ff99;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--vitamin-c:#ff9900;
--soviet-gold:#ffd900;
--tropical-funk:#4ddb00;
--green-gas:#00ff99;
}