Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.vitamin-c {
color: #ff9900;
}
.cyber-yellow {
color: #ffd500;
}
.bright-yellow-green {
color: #a1ff00;
}
.guppie-green {
color: #00ff80;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--vitamin-c:#ff9900;
--cyber-yellow:#ffd500;
--bright-yellow-green:#a1ff00;
--guppie-green:#00ff80;
}