Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.clarified-orange {
color: #ffa05c;
}
.yellow-warbler {
color: #ffba70;
}
.midday-sun {
color: #ffe3a3;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--clarified-orange:#ffa05c;
--yellow-warbler:#ffba70;
--midday-sun:#ffe3a3;
--n-rang-orange:#ff8052;
}