Color names in this palette
CSS code for this palette
/* CSS */
.extinct-volcano {
color: #494e5a;
}
.emerald-city {
color: #6b7b5b;
}
.herbal-scent {
color: #8d9b7d;
}
.aida {
color: #b1c8b4;
}
.green-mirror {
color: #d8e2d5;
}
/* CSS Variables */
:root {
--extinct-volcano:#494e5a;
--emerald-city:#6b7b5b;
--herbal-scent:#8d9b7d;
--aida:#b1c8b4;
--green-mirror:#d8e2d5;
}