Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.brite-gold {
color: #ffdb8f;
}
.sun-kissed {
color: #ffeec2;
}
.misty-rose {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--brite-gold:#ffdb8f;
--sun-kissed:#ffeec2;
--misty-rose:#ffe3e0;
}