Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #a1d2e2;
}
.bayshore {
color: #8acfe0;
}
.charter {
color: #6bb6d1;
}
.blue-grotto {
color: #4ea4c6;
}
.christmas-blue {
color: #2e93b8;
}
/* CSS Variables */
:root {
--light-sky-babe:#a1d2e2;
--bayshore:#8acfe0;
--charter:#6bb6d1;
--blue-grotto:#4ea4c6;
--christmas-blue:#2e93b8;
}