Color names in this palette
CSS code for this palette
/* CSS */
.blue-bows {
color: #a4c0d6;
}
.bayshore-blue {
color: #8ea5b8;
}
.wild-orchid-blue {
color: #b1b4d8;
}
.dark-souls {
color: #a3a3a3;
}
.catch-the-wave {
color: #b3dbd8;
}
/* CSS Variables */
:root {
--blue-bows:#a4c0d6;
--bayshore-blue:#8ea5b8;
--wild-orchid-blue:#b1b4d8;
--dark-souls:#a3a3a3;
--catch-the-wave:#b3dbd8;
}