Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.glowlight {
color: #fff5b8;
}
.emerald-wave {
color: #4eb7ac;
}
.by-the-bayou {
color: #007c8f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--glowlight:#fff5b8;
--emerald-wave:#4eb7ac;
--by-the-bayou:#007c8f;
}