Color names in this palette
CSS code for this palette
/* CSS */
.winter-s-day {
color: #e0f6ff;
}
.uranus {
color: #a8e9f5;
}
.sea-capture {
color: #5bc6e1;
}
.jaded {
color: #00919e;
}
.tropical-waters {
color: #007b80;
}
/* CSS Variables */
:root {
--winter-s-day:#e0f6ff;
--uranus:#a8e9f5;
--sea-capture:#5bc6e1;
--jaded:#00919e;
--tropical-waters:#007b80;
}