Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.citrus-surge {
color: #8bc34b;
}
.bluish-purple-anemone {
color: #5d6cc0;
}
.lavendless {
color: #bb69c9;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--citrus-surge:#8bc34b;
--bluish-purple-anemone:#5d6cc0;
--lavendless:#bb69c9;
}