Color names in this palette
CSS code for this palette
/* CSS */
.blue-pot {
color: #a2b0c3;
}
.powder-soft-blue {
color: #b6c8d8;
}
.aloof {
color: #d4e2e8;
}
.cloudy-valley {
color: #b0c6d8;
}
.blue-bows {
color: #a2c4d8;
}
/* CSS Variables */
:root {
--blue-pot:#a2b0c3;
--powder-soft-blue:#b6c8d8;
--aloof:#d4e2e8;
--cloudy-valley:#b0c6d8;
--blue-bows:#a2c4d8;
}