Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.faded-sunlight {
color: #ffce6b;
}
.soft-saffron {
color: #ffd480;
}
.brite-gold {
color: #ffdb8f;
}
.buttered-popcorn {
color: #fff3a8;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--faded-sunlight:#ffce6b;
--soft-saffron:#ffd480;
--brite-gold:#ffdb8f;
--buttered-popcorn:#fff3a8;
}