Color names in this palette
CSS code for this palette
/* CSS */
.hippie-green {
color: #5c8a5e;
}
.french-market {
color: #a4c3a2;
}
.land-of-trees {
color: #e0d5b8;
}
.golden-mary {
color: #f6bb3c;
}
.vivid-red-tangelo {
color: #da5e25;
}
/* CSS Variables */
:root {
--hippie-green:#5c8a5e;
--french-market:#a4c3a2;
--land-of-trees:#e0d5b8;
--golden-mary:#f6bb3c;
--vivid-red-tangelo:#da5e25;
}