Color names in this palette
CSS code for this palette
/* CSS */
.inviting-veranda {
color: #bac5ba;
}
.montezuma-hills {
color: #a3b2a3;
}
.mossleaf {
color: #8d9a8d;
}
.cricket-green {
color: #6a7c6a;
}
.greener-pastures {
color: #4b5d4b;
}
/* CSS Variables */
:root {
--inviting-veranda:#bac5ba;
--montezuma-hills:#a3b2a3;
--mossleaf:#8d9a8d;
--cricket-green:#6a7c6a;
--greener-pastures:#4b5d4b;
}