Color names in this palette
CSS code for this palette
/* CSS */
.high-honey {
color: #e1b74c;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.rubber-ducky {
color: #f8d059;
}
.hawkbit {
color: #fddb6d;
}
.the-first-daffodil {
color: #fff58a;
}
/* CSS Variables */
:root {
--high-honey:#e1b74c;
--solar-plexus-chakra:#f1cb4b;
--rubber-ducky:#f8d059;
--hawkbit:#fddb6d;
--the-first-daffodil:#fff58a;
}