Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.butter-cream {
color: #f6b141;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.tea-light {
color: #f6e4c1;
}
.calabrese {
color: #f0a5a3;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--butter-cream:#f6b141;
--solar-plexus-chakra:#f1c84b;
--tea-light:#f6e4c1;
--calabrese:#f0a5a3;
}