Color names in this palette
CSS code for this palette
/* CSS */
.tan-red {
color: #ff4b1f;
}
.carrot {
color: #ff713d;
}
.tangerine-tango {
color: #ff9d4d;
}
.faded-sunlight {
color: #ffcb6b;
}
.sun-drenched {
color: #ffe7a3;
}
/* CSS Variables */
:root {
--tan-red:#ff4b1f;
--carrot:#ff713d;
--tangerine-tango:#ff9d4d;
--faded-sunlight:#ffcb6b;
--sun-drenched:#ffe7a3;
}