Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a2d7e2;
}
.squeaky {
color: #6fc3d8;
}
.tropical-lagoon {
color: #1e9db3;
}
.biscay-bay {
color: #0c7888;
}
.sherpa-blue {
color: #00494d;
}
/* CSS Variables */
:root {
--terrace-pool:#a2d7e2;
--squeaky:#6fc3d8;
--tropical-lagoon:#1e9db3;
--biscay-bay:#0c7888;
--sherpa-blue:#00494d;
}