Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-fog {
color: #d6d8d0;
}
.bidwell-blue {
color: #a9b7b3;
}
.morning-bread {
color: #e7e5df;
}
.surf-spray {
color: #b6c8c2;
}
.bakery-box {
color: #f0f4f1;
}
/* CSS Variables */
:root {
--blizzard-fog:#d6d8d0;
--bidwell-blue:#a9b7b3;
--morning-bread:#e7e5df;
--surf-spray:#b6c8c2;
--bakery-box:#f0f4f1;
}