Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.blazing-bonfire {
color: #ff9c38;
}
.sunshine-mellow {
color: #f1c40e;
}
.dingy-sticky-note {
color: #e3f2a1;
}
.hidden-paradise {
color: #5f8c3b;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--blazing-bonfire:#ff9c38;
--sunshine-mellow:#f1c40e;
--dingy-sticky-note:#e3f2a1;
--hidden-paradise:#5f8c3b;
}