Color names in this palette
CSS code for this palette
/* CSS */
.squash {
color: #f3ad16;
}
.hawker-s-gold {
color: #f3c26d;
}
.antique-wicker-basket {
color: #f3d2a0;
}
.posy {
color: #f3e0d3;
}
.yellow-bliss {
color: #f3eab9;
}
/* CSS Variables */
:root {
--squash:#f3ad16;
--hawker-s-gold:#f3c26d;
--antique-wicker-basket:#f3d2a0;
--posy:#f3e0d3;
--yellow-bliss:#f3eab9;
}