Color names in this palette
CSS code for this palette
/* CSS */
.misty-surf {
color: #b6c8c7;
}
.aqua-frost {
color: #abd0d4;
}
.smooth-satin {
color: #a2d8d1;
}
.calla {
color: #f2e1b5;
}
.seasonal-beige {
color: #e5b39f;
}
/* CSS Variables */
:root {
--misty-surf:#b6c8c7;
--aqua-frost:#abd0d4;
--smooth-satin:#a2d8d1;
--calla:#f2e1b5;
--seasonal-beige:#e5b39f;
}