Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-ocean {
color: #0090b8;
}
.billiard {
color: #00b3a4;
}
.caribbean-green {
color: #00d6a1;
}
.vibrant {
color: #ffd54d;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--hawaiian-ocean:#0090b8;
--billiard:#00b3a4;
--caribbean-green:#00d6a1;
--vibrant:#ffd54d;
--shocking-orange:#ff6d1f;
}