Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.squeaky {
color: #6fc3d8;
}
.greek-blue {
color: #009dbd;
}
.sea-sight {
color: #007a99;
}
.deep-lagoon {
color: #005c70;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--squeaky:#6fc3d8;
--greek-blue:#009dbd;
--sea-sight:#007a99;
--deep-lagoon:#005c70;
}