Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.golden-aurelia {
color: #ffed75;
}
.green-trance {
color: #a1d9a5;
}
.high-blue {
color: #4ab3e8;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--golden-aurelia:#ffed75;
--green-trance:#a1d9a5;
--high-blue:#4ab3e8;
}