Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fat-gold {
color: #e6b400;
}
.golden-raspberry {
color: #f6d779;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--solar-plexus-chakra:#f1c84b;
--fat-gold:#e6b400;
--golden-raspberry:#f6d779;
--chrome-yellow:#faa700;
}