Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.energy-orange {
color: #ff932e;
}
.floral-leaf {
color: #ffb84d;
}
.golden-nectar {
color: #ffda6b;
}
.water-flow {
color: #79cad8;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--energy-orange:#ff932e;
--floral-leaf:#ffb84d;
--golden-nectar:#ffda6b;
--water-flow:#79cad8;
}