Color names in this palette
CSS code for this palette
/* CSS */
.misty-surf {
color: #b6c8c6;
}
.garden-twilight {
color: #a3b8b1;
}
.green-meets-blue {
color: #8da5a0;
}
.peahen {
color: #6f9b8c;
}
.breaker-bay {
color: #4c7b77;
}
/* CSS Variables */
:root {
--misty-surf:#b6c8c6;
--garden-twilight:#a3b8b1;
--green-meets-blue:#8da5a0;
--peahen:#6f9b8c;
--breaker-bay:#4c7b77;
}