Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.water-flow {
color: #79c2d8;
}
.mystic-blue {
color: #4ea7d0;
}
.blue-splash {
color: #2b8bb1;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--water-flow:#79c2d8;
--mystic-blue:#4ea7d0;
--blue-splash:#2b8bb1;
--turkish-tile:#007c9e;
}