Color names in this palette
CSS code for this palette
/* CSS */
.sea-drive {
color: #c2d4e0;
}
.always-blue {
color: #a2b8c8;
}
.bluesy-note {
color: #7c9bb6;
}
.wickford-bay {
color: #4b6b91;
}
.blue-tang {
color: #2a4a6f;
}
/* CSS Variables */
:root {
--sea-drive:#c2d4e0;
--always-blue:#a2b8c8;
--bluesy-note:#7c9bb6;
--wickford-bay:#4b6b91;
--blue-tang:#2a4a6f;
}