Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.young-bamboo {
color: #69bf8a;
}
.chateau-green {
color: #3b9b5b;
}
.nettle-green {
color: #2e4c2a;
}
.queen-of-trees {
color: #1d3a1f;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--young-bamboo:#69bf8a;
--chateau-green:#3b9b5b;
--nettle-green:#2e4c2a;
--queen-of-trees:#1d3a1f;
}