Color names in this palette
CSS code for this palette
/* CSS */
.sparrow-s-fire {
color: #ff691f;
}
.pico-orange {
color: #ffa200;
}
.floral-leaf {
color: #ffb84d;
}
.summer-harvest {
color: #ffe699;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--sparrow-s-fire:#ff691f;
--pico-orange:#ffa200;
--floral-leaf:#ffb84d;
--summer-harvest:#ffe699;
--n-rang-orange:#ff8052;
}