Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.banana-drama {
color: #f1d34b;
}
.golden-snitch {
color: #f1e14b;
}
.yellow-petal {
color: #f1e94b;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--solar-plexus-chakra:#f1c84b;
--banana-drama:#f1d34b;
--golden-snitch:#f1e14b;
--yellow-petal:#f1e94b;
}