Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.vitamin-c {
color: #ff9900;
}
.rapeseed-blossom {
color: #ffed47;
}
.bubble-bobble-green {
color: #00b300;
}
.protoss-pylon {
color: #00aaff;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--vitamin-c:#ff9900;
--rapeseed-blossom:#ffed47;
--bubble-bobble-green:#00b300;
--protoss-pylon:#00aaff;
}