Color names in this palette
CSS code for this palette
/* CSS */
.aimiru-brown {
color: #2a3c2f;
}
.green-beret {
color: #4e6a5e;
}
.azores {
color: #7a998d;
}
.kind-green {
color: #a9c6b4;
}
.light-dry-lichen {
color: #d2e4d6;
}
/* CSS Variables */
:root {
--aimiru-brown:#2a3c2f;
--green-beret:#4e6a5e;
--azores:#7a998d;
--kind-green:#a9c6b4;
--light-dry-lichen:#d2e4d6;
}