Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.tangerine-tango {
color: #ff9d4d;
}
.spiced-nectarine {
color: #ffbc70;
}
.sun-drenched {
color: #ffe8a3;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--tangerine-tango:#ff9d4d;
--spiced-nectarine:#ffbc70;
--sun-drenched:#ffe8a3;
--vanilla-shake:#fffbf0;
}