Color names in this palette
CSS code for this palette
/* CSS */
.rambling-green {
color: #59804d;
}
.grand-valley {
color: #8ebf7d;
}
.folk-tale {
color: #aee0b7;
}
.delicate-snow-goose {
color: #d1e5d8;
}
.homeopathic-lime {
color: #e9f7e3;
}
/* CSS Variables */
:root {
--rambling-green:#59804d;
--grand-valley:#8ebf7d;
--folk-tale:#aee0b7;
--delicate-snow-goose:#d1e5d8;
--homeopathic-lime:#e9f7e3;
}