Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.botanical-tint {
color: #a9e5d1;
}
.barley-white {
color: #f6e4b6;
}
.herbal-mist {
color: #d0e6d3;
}
.faded-sunlight {
color: #ffce6b;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--botanical-tint:#a9e5d1;
--barley-white:#f6e4b6;
--herbal-mist:#d0e6d3;
--faded-sunlight:#ffce6b;
}