Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.bright-khaki {
color: #f0e78e;
}
.green-trance {
color: #9fd6a0;
}
.salt-lake {
color: #6ec6d4;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--bright-khaki:#f0e78e;
--green-trance:#9fd6a0;
--salt-lake:#6ec6d4;
}