CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.squeaky {
color: #6cc4d5;
}
.greek-blue {
color: #009dbd;
}
.cote-d-azur {
color: #007a8a;
}
.captive {
color: #005b6b;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--squeaky:#6cc4d5;
--greek-blue:#009dbd;
--cote-d-azur:#007a8a;
--captive:#005b6b;
}