Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c9d8;
}
.blue-pot {
color: #a1b0c4;
}
.vintage-ribbon {
color: #9099b2;
}
.escape-from-columbia {
color: #d1e3f0;
}
.uptown-taupe {
color: #f0e3d6;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c9d8;
--blue-pot:#a1b0c4;
--vintage-ribbon:#9099b2;
--escape-from-columbia:#d1e3f0;
--uptown-taupe:#f0e3d6;
}