Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.fennel-flower {
color: #709bff;
}
.blood-burst {
color: #ff4d4f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--fennel-flower:#709bff;
--blood-burst:#ff4d4f;
}