Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1d4e3b;
}
.sh-i-c-o-l-green {
color: #3d8a6c;
}
.arboretum {
color: #6fbe9d;
}
.overtone {
color: #a4e5b4;
}
.fennel-tea {
color: #d3f8d8;
}
/* CSS Variables */
:root {
--brunswick-green:#1d4e3b;
--sh-i-c-o-l-green:#3d8a6c;
--arboretum:#6fbe9d;
--overtone:#a4e5b4;
--fennel-tea:#d3f8d8;
}