Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.tropez-blue {
color: #74b2c3;
}
.sports-blue {
color: #3a9bb6;
}
.mosaic-blue {
color: #007e94;
}
.oceanside {
color: #00596b;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--tropez-blue:#74b2c3;
--sports-blue:#3a9bb6;
--mosaic-blue:#007e94;
--oceanside:#00596b;
}