Color names in this palette
CSS code for this palette
/* CSS */
.bryophyte {
color: #a3bda3;
}
.shale-green {
color: #6a8a6a;
}
.melbourne {
color: #4b7c4b;
}
.deep-into-the-wood {
color: #2d5c2d;
}
.bia-owie-a-forest {
color: #1c4a1c;
}
/* CSS Variables */
:root {
--bryophyte:#a3bda3;
--shale-green:#6a8a6a;
--melbourne:#4b7c4b;
--deep-into-the-wood:#2d5c2d;
--bia-owie-a-forest:#1c4a1c;
}