Color names in this palette
CSS code for this palette
/* CSS */
.rushing-stream {
color: #66c8db;
}
.north-wind {
color: #4ab8c4;
}
.teal-essence {
color: #3ca1af;
}
.scooter {
color: #2b8d9c;
}
.bermuda {
color: #1f7b89;
}
/* CSS Variables */
:root {
--rushing-stream:#66c8db;
--north-wind:#4ab8c4;
--teal-essence:#3ca1af;
--scooter:#2b8d9c;
--bermuda:#1f7b89;
}