Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #a0dd8d;
}
.grape-green {
color: #a6e3a1;
}
.patina-green {
color: #b1e7b4;
}
.bright-khaki {
color: #f0e78e;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--granny-smith-apple:#a0dd8d;
--grape-green:#a6e3a1;
--patina-green:#b1e7b4;
--bright-khaki:#f0e78e;
--squash-blossom:#f6b83c;
}