Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.floral-leaf {
color: #ffb84d;
}
.lemon-bundt-cake {
color: #fff59e;
}
.citrus-surge {
color: #8bc34b;
}
.resplendent-growth {
color: #398e3d;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--floral-leaf:#ffb84d;
--lemon-bundt-cake:#fff59e;
--citrus-surge:#8bc34b;
--resplendent-growth:#398e3d;
}