Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.kanz-orange {
color: #ff8e3d;
}
.squash-blossom {
color: #f6b83c;
}
.gentlemann-s-business-pants {
color: #f2e58c;
}
.two-peas-in-a-pod {
color: #a1d64c;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--kanz-orange:#ff8e3d;
--squash-blossom:#f6b83c;
--gentlemann-s-business-pants:#f2e58c;
--two-peas-in-a-pod:#a1d64c;
}