Color names in this palette
CSS code for this palette
/* CSS */
.serbian-green {
color: #3b684d;
}
.onion-seedling {
color: #4c8a5d;
}
.happy-cricket {
color: #67a86d;
}
.country-weekend {
color: #8ac191;
}
.aqua-bay {
color: #b5e3c7;
}
/* CSS Variables */
:root {
--serbian-green:#3b684d;
--onion-seedling:#4c8a5d;
--happy-cricket:#67a86d;
--country-weekend:#8ac191;
--aqua-bay:#b5e3c7;
}