Color names in this palette
CSS code for this palette
/* CSS */
.espalier {
color: #2e5c40;
}
.como {
color: #4b7c5d;
}
.light-grass-green {
color: #6fa581;
}
.birthday-king {
color: #9edbb5;
}
.light-shutterbug {
color: #d0f1e4;
}
/* CSS Variables */
:root {
--espalier:#2e5c40;
--como:#4b7c5d;
--light-grass-green:#6fa581;
--birthday-king:#9edbb5;
--light-shutterbug:#d0f1e4;
}