Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.tangerine-tango {
color: #ff9d4d;
}
.beige-topaz {
color: #ffc87a;
}
.midday-sun {
color: #ffe2a3;
}
.whisper-yellow {
color: #ffe6b8;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--tangerine-tango:#ff9d4d;
--beige-topaz:#ffc87a;
--midday-sun:#ffe2a3;
--whisper-yellow:#ffe6b8;
}