Color names in this palette
CSS code for this palette
/* CSS */
.bay-site {
color: #2c5f8c;
}
.tech-wave {
color: #4b7c9b;
}
.estuary-blue {
color: #6da2b6;
}
.ocean-cruise {
color: #9dd6e1;
}
.skylark {
color: #c3e5ef;
}
/* CSS Variables */
:root {
--bay-site:#2c5f8c;
--tech-wave:#4b7c9b;
--estuary-blue:#6da2b6;
--ocean-cruise:#9dd6e1;
--skylark:#c3e5ef;
}