Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.green-ribbon {
color: #2b883d;
}
.mamba-green {
color: #7cac39;
}
.anna-banana {
color: #f6d946;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--green-ribbon:#2b883d;
--mamba-green:#7cac39;
--anna-banana:#f6d946;
--american-yellow:#f5b400;
}