Color names in this palette
CSS code for this palette
/* CSS */
.first-of-july {
color: #bae7f2;
}
.terrace-pool {
color: #a3d9e1;
}
.water-flow {
color: #7dc7d9;
}
.surgical {
color: #5ca3c7;
}
.carol {
color: #2b8bab;
}
/* CSS Variables */
:root {
--first-of-july:#bae7f2;
--terrace-pool:#a3d9e1;
--water-flow:#7dc7d9;
--surgical:#5ca3c7;
--carol:#2b8bab;
}