Color names in this palette
CSS code for this palette
/* CSS */
.sheer-lavender {
color: #f1e4f0;
}
.powder-soft-blue {
color: #b6c9d8;
}
.bayshore-blue {
color: #8ea5b8;
}
.blue-square {
color: #508d9b;
}
.turkish-stone {
color: #2c7c8c;
}
/* CSS Variables */
:root {
--sheer-lavender:#f1e4f0;
--powder-soft-blue:#b6c9d8;
--bayshore-blue:#8ea5b8;
--blue-square:#508d9b;
--turkish-stone:#2c7c8c;
}