Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.mad-for-mango {
color: #faa200;
}
.citrus-splash {
color: #ffc300;
}
.middle-yellow {
color: #ffea00;
}
.fresh-green {
color: #6fcf4f;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--mad-for-mango:#faa200;
--citrus-splash:#ffc300;
--middle-yellow:#ffea00;
--fresh-green:#6fcf4f;
}