Color names in this palette
CSS code for this palette
/* CSS */
.county-green {
color: #1e4d39;
}
.liquid-green-stuff {
color: #3a7e5c;
}
.young-bamboo {
color: #69bf8d;
}
.coastal-foam {
color: #afe9c9;
}
.quiet-whisper {
color: #f0f4e7;
}
/* CSS Variables */
:root {
--county-green:#1e4d39;
--liquid-green-stuff:#3a7e5c;
--young-bamboo:#69bf8d;
--coastal-foam:#afe9c9;
--quiet-whisper:#f0f4e7;
}