Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #faa200;
}
.sunshine-mellow {
color: #f1c40e;
}
.citrus-splash {
color: #ffc300;
}
.shocking-orange {
color: #ff6d1f;
}
.tangerine-bliss {
color: #d95d30;
}
/* CSS Variables */
:root {
--mad-for-mango:#faa200;
--sunshine-mellow:#f1c40e;
--citrus-splash:#ffc300;
--shocking-orange:#ff6d1f;
--tangerine-bliss:#d95d30;
}