Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.water-flow {
color: #7ec7d7;
}
.blue-mist {
color: #5da8c6;
}
.magic-blue {
color: #3d8aa9;
}
.drake-s-neck {
color: #2d6886;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--water-flow:#7ec7d7;
--blue-mist:#5da8c6;
--magic-blue:#3d8aa9;
--drake-s-neck:#2d6886;
}