Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.bastard-amber {
color: #ffca8a;
}
.orange-ice {
color: #ffddc2;
}
.sun-orange {
color: #f47b1f;
}
.gold-flame {
color: #b84e19;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--bastard-amber:#ffca8a;
--orange-ice:#ffddc2;
--sun-orange:#f47b1f;
--gold-flame:#b84e19;
}