Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.yellow-currant {
color: #f9c36c;
}
.lemon-burst {
color: #fcd67e;
}
.venetian-yellow {
color: #f5e3a3;
}
.noodles {
color: #f9e2b4;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--yellow-currant:#f9c36c;
--lemon-burst:#fcd67e;
--venetian-yellow:#f5e3a3;
--noodles:#f9e2b4;
}