Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.blue-glint {
color: #8ec4d7;
}
.estuary-blue {
color: #6ea2b4;
}
.cayman-bay {
color: #4f7b8c;
}
.sea-of-atlantis {
color: #2d555c;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--blue-glint:#8ec4d7;
--estuary-blue:#6ea2b4;
--cayman-bay:#4f7b8c;
--sea-of-atlantis:#2d555c;
}