Color names in this palette
CSS code for this palette
/* CSS */
.weeping-fig {
color: #5b8d25;
}
.alverda {
color: #a5c86f;
}
.icy-lemonade {
color: #f2e8b0;
}
.floral-leaf {
color: #ffb84d;
}
.bitter-orange {
color: #d77c2d;
}
/* CSS Variables */
:root {
--weeping-fig:#5b8d25;
--alverda:#a5c86f;
--icy-lemonade:#f2e8b0;
--floral-leaf:#ffb84d;
--bitter-orange:#d77c2d;
}