Color names in this palette
CSS code for this palette
/* CSS */
.misty-afternoon {
color: #c7dbc7;
}
.mizuasagi-green {
color: #79a08c;
}
.evergreen-boughs {
color: #4e5a4f;
}
.raven-black {
color: #3d3d3d;
}
.chromaphobic-black {
color: #292929;
}
/* CSS Variables */
:root {
--misty-afternoon:#c7dbc7;
--mizuasagi-green:#79a08c;
--evergreen-boughs:#4e5a4f;
--raven-black:#3d3d3d;
--chromaphobic-black:#292929;
}