Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1a789e;
}
.sports-blue {
color: #3c9eb4;
}
.rushing-stream {
color: #64c5d8;
}
.vandermint {
color: #a9e1e5;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--bateau:#1a789e;
--sports-blue:#3c9eb4;
--rushing-stream:#64c5d8;
--vandermint:#a9e1e5;
--distant-horizon:#f1f8f8;
}