Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.zing {
color: #f9c57b;
}
.venetian-yellow {
color: #f6e5a2;
}
.sweet-mint-tea {
color: #d3e2d0;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--zing:#f9c57b;
--venetian-yellow:#f6e5a2;
--sweet-mint-tea:#d3e2d0;
--sea-cliff:#a3c7e0;
}