Color names in this palette
CSS code for this palette
/* CSS */
.laurel-green {
color: #a7bd9e;
}
.seacrest {
color: #b8c9a6;
}
.hamster-habitat {
color: #c6d4af;
}
.clean-air {
color: #d7e1b7;
}
.spring-morn {
color: #e5eed3;
}
/* CSS Variables */
:root {
--laurel-green:#a7bd9e;
--seacrest:#b8c9a6;
--hamster-habitat:#c6d4af;
--clean-air:#d7e1b7;
--spring-morn:#e5eed3;
}