Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.sea-serpent {
color: #3fc6d5;
}
.watercourse {
color: #5cd1e0;
}
.thresher-shark {
color: #90cbe4;
}
.white-sea {
color: #d7e7ea;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--sea-serpent:#3fc6d5;
--watercourse:#5cd1e0;
--thresher-shark:#90cbe4;
--white-sea:#d7e7ea;
}