Color names in this palette
CSS code for this palette
/* CSS */
.online-lime {
color: #4b8c3b;
}
.frugal {
color: #a4d6ad;
}
.sun-dust {
color: #f5e0a3;
}
.n-rang-orange {
color: #ff8052;
}
.exuberance {
color: #d65d00;
}
/* CSS Variables */
:root {
--online-lime:#4b8c3b;
--frugal:#a4d6ad;
--sun-dust:#f5e0a3;
--n-rang-orange:#ff8052;
--exuberance:#d65d00;
}