Color names in this palette
CSS code for this palette
/* CSS */
.new-shoot {
color: #8c9e3d;
}
.green-glow {
color: #b1c25b;
}
.ajwain-green {
color: #d5d879;
}
.venetian-yellow {
color: #f5e59e;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--new-shoot:#8c9e3d;
--green-glow:#b1c25b;
--ajwain-green:#d5d879;
--venetian-yellow:#f5e59e;
--squash-blossom:#f6b83c;
}