Color names in this palette
CSS code for this palette
/* CSS */
.seacrest {
color: #b6c8a7;
}
.bamboo-shoot {
color: #a4b6a0;
}
.farm-fresh {
color: #8e9b8c;
}
.tile-green {
color: #799a8d;
}
.refreshing-green {
color: #5f7c76;
}
/* CSS Variables */
:root {
--seacrest:#b6c8a7;
--bamboo-shoot:#a4b6a0;
--farm-fresh:#8e9b8c;
--tile-green:#799a8d;
--refreshing-green:#5f7c76;
}