Color names in this palette
CSS code for this palette
/* CSS */
.moss-landing {
color: #6c7c3c;
}
.spinach-green {
color: #8e9b4b;
}
.beach-bag {
color: #abb762;
}
.muted-lime {
color: #d1c77a;
}
.hip-hop {
color: #e5e9a5;
}
/* CSS Variables */
:root {
--moss-landing:#6c7c3c;
--spinach-green:#8e9b4b;
--beach-bag:#abb762;
--muted-lime:#d1c77a;
--hip-hop:#e5e9a5;
}