Color names in this palette
CSS code for this palette
/* CSS */
.misty-surf {
color: #b6c8c6;
}
.fish-ceviche {
color: #e2e2d5;
}
.pastel-sand {
color: #d5c6b4;
}
.cameo-cream {
color: #f4e2c3;
}
.pink-abalone {
color: #e8b5a1;
}
/* CSS Variables */
:root {
--misty-surf:#b6c8c6;
--fish-ceviche:#e2e2d5;
--pastel-sand:#d5c6b4;
--cameo-cream:#f4e2c3;
--pink-abalone:#e8b5a1;
}