Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.cape-jasmine {
color: #ffb85c;
}
.sun-shower {
color: #ffe070;
}
.n-rang-orange {
color: #ff8052;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--cape-jasmine:#ffb85c;
--sun-shower:#ffe070;
--n-rang-orange:#ff8052;
--coral-red:#ff3d3d;
}