Color names in this palette
CSS code for this palette
/* CSS */
.siesta {
color: #f0c2a8;
}
.squash-blossom {
color: #f6b83c;
}
.phellodendron-amurense {
color: #f5c538;
}
.xanthic {
color: #f8e61b;
}
.lime-lizard {
color: #a9d65c;
}
/* CSS Variables */
:root {
--siesta:#f0c2a8;
--squash-blossom:#f6b83c;
--phellodendron-amurense:#f5c538;
--xanthic:#f8e61b;
--lime-lizard:#a9d65c;
}