Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.faded-sunlight {
color: #ffce6b;
}
.bicycle-yellow {
color: #ffe58f;
}
.gnocchi-beige {
color: #ffedb8;
}
.lead-glass {
color: #fff9e5;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--faded-sunlight:#ffce6b;
--bicycle-yellow:#ffe58f;
--gnocchi-beige:#ffedb8;
--lead-glass:#fff9e5;
}