Color names in this palette
CSS code for this palette
/* CSS */
.plein-air {
color: #b8c4d1;
}
.hazy-daze {
color: #a6b9c5;
}
.canary-wharf {
color: #8fa2b3;
}
.light-vanilla-ice {
color: #b9cdda;
}
.breakwaters {
color: #d8e4e1;
}
/* CSS Variables */
:root {
--plein-air:#b8c4d1;
--hazy-daze:#a6b9c5;
--canary-wharf:#8fa2b3;
--light-vanilla-ice:#b9cdda;
--breakwaters:#d8e4e1;
}