Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.squash-blossom {
color: #f6b83c;
}
.naked-noodle {
color: #f7c96e;
}
.milky-maize {
color: #f8d8a0;
}
.blush-tint {
color: #f4e1e5;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--squash-blossom:#f6b83c;
--naked-noodle:#f7c96e;
--milky-maize:#f8d8a0;
--blush-tint:#f4e1e5;
}