Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.bicycle-yellow {
color: #fde68b;
}
.venetian-yellow {
color: #f8e2a0;
}
.lion-cub {
color: #f5cca3;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--creamy-sweet-corn:#f9c54e;
--bicycle-yellow:#fde68b;
--venetian-yellow:#f8e2a0;
--lion-cub:#f5cca3;
}