Color names in this palette
CSS code for this palette
/* CSS */
.ronchi {
color: #e9b54e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.forsythia-blossom {
color: #f8d56d;
}
.e-honda-beige {
color: #f9d980;
}
.goldsmith {
color: #f0b14c;
}
/* CSS Variables */
:root {
--ronchi:#e9b54e;
--solar-plexus-chakra:#f1c84b;
--forsythia-blossom:#f8d56d;
--e-honda-beige:#f9d980;
--goldsmith:#f0b14c;
}