Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6f9b4b;
}
.gully-green {
color: #4b723c;
}
.turf {
color: #3c5a30;
}
.afternoon-stroll {
color: #dac4a0;
}
.casablanca {
color: #f0b351;
}
/* CSS Variables */
:root {
--flat-green:#6f9b4b;
--gully-green:#4b723c;
--turf:#3c5a30;
--afternoon-stroll:#dac4a0;
--casablanca:#f0b351;
}