Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a2d6e2;
}
.ocean-front {
color: #b7e3f0;
}
.calm-waters {
color: #e6f7f9;
}
.lynx-white {
color: #f6f8f8;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--terrace-pool:#a2d6e2;
--ocean-front:#b7e3f0;
--calm-waters:#e6f7f9;
--lynx-white:#f6f8f8;
--coastal-breeze:#e0f7fa;
}