Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-ocean {
color: #0090b8;
}
.sea-serpent {
color: #4bc7d8;
}
.turquoise-pearl {
color: #8cf3e9;
}
.oasis-stream {
color: #a5eed8;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--hawaiian-ocean:#0090b8;
--sea-serpent:#4bc7d8;
--turquoise-pearl:#8cf3e9;
--oasis-stream:#a5eed8;
--distant-horizon:#f1f9f9;
}