Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.tangerine-tango {
color: #ff9d4d;
}
.apricot-glow {
color: #ffcc7a;
}
.sun-drenched {
color: #ffe5a3;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--tangerine-tango:#ff9d4d;
--apricot-glow:#ffcc7a;
--sun-drenched:#ffe5a3;
--white:#ffffff;
}