Color names in this palette
CSS code for this palette
/* CSS */
.sea-sight {
color: #00799e;
}
.caneel-bay {
color: #009eb3;
}
.iris-blue {
color: #00b8c2;
}
.jade-glass {
color: #00d6d3;
}
.first-timer-green {
color: #00e0dd;
}
/* CSS Variables */
:root {
--sea-sight:#00799e;
--caneel-bay:#009eb3;
--iris-blue:#00b8c2;
--jade-glass:#00d6d3;
--first-timer-green:#00e0dd;
}