Color names in this palette
CSS code for this palette
/* CSS */
.aquamarine-dream {
color: #b5c4ba;
}
.gully-green {
color: #4a6d3c;
}
.nettle-green {
color: #384c2a;
}
.mountain-range-green {
color: #26361b;
}
.deep-slate-olive {
color: #152513;
}
/* CSS Variables */
:root {
--aquamarine-dream:#b5c4ba;
--gully-green:#4a6d3c;
--nettle-green:#384c2a;
--mountain-range-green:#26361b;
--deep-slate-olive:#152513;
}