Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-ocean {
color: #0090b8;
}
.verditer {
color: #00b3aa;
}
.caribbean-green {
color: #00d6a1;
}
.overtone {
color: #a7e2b5;
}
.white-sulfur {
color: #f2faeb;
}
/* CSS Variables */
:root {
--hawaiian-ocean:#0090b8;
--verditer:#00b3aa;
--caribbean-green:#00d6a1;
--overtone:#a7e2b5;
--white-sulfur:#f2faeb;
}