Color names in this palette
CSS code for this palette
/* CSS */
.leafy {
color: #699b6d;
}
.green-weed {
color: #50916e;
}
.copper-mineral-green {
color: #3b8171;
}
.blue-hosta {
color: #2a6f74;
}
.oceanic-motion {
color: #1c5d7d;
}
/* CSS Variables */
:root {
--leafy:#699b6d;
--green-weed:#50916e;
--copper-mineral-green:#3b8171;
--blue-hosta:#2a6f74;
--oceanic-motion:#1c5d7d;
}