Color names in this palette
CSS code for this palette
/* CSS */
.norfolk-green {
color: #2f4c3b;
}
.melbourne {
color: #4b7c4b;
}
.bermudagrass {
color: #6bc068;
}
.pistachio-green {
color: #a7d69f;
}
.weathered-mint {
color: #e5f8e2;
}
/* CSS Variables */
:root {
--norfolk-green:#2f4c3b;
--melbourne:#4b7c4b;
--bermudagrass:#6bc068;
--pistachio-green:#a7d69f;
--weathered-mint:#e5f8e2;
}