Color names in this palette
CSS code for this palette
/* CSS */
.clear-vision {
color: #e4f1f6;
}
.terrace-pool {
color: #a1dae2;
}
.rushing-stream {
color: #68c0d4;
}
.sports-blue {
color: #3c9eb4;
}
.bermuda {
color: #1d798b;
}
/* CSS Variables */
:root {
--clear-vision:#e4f1f6;
--terrace-pool:#a1dae2;
--rushing-stream:#68c0d4;
--sports-blue:#3c9eb4;
--bermuda:#1d798b;
}