Color names in this palette
CSS code for this palette
/* CSS */
.lucid-blue {
color: #7b8d9d;
}
.blue-pot {
color: #a4b2c1;
}
.baby-s-breath {
color: #d8e3e9;
}
.china-doll {
color: #f2e4d4;
}
.hazy-taupe {
color: #d4c1b5;
}
/* CSS Variables */
:root {
--lucid-blue:#7b8d9d;
--blue-pot:#a4b2c1;
--baby-s-breath:#d8e3e9;
--china-doll:#f2e4d4;
--hazy-taupe:#d4c1b5;
}