Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.midday-sun {
color: #ffe0a3;
}
.emerald-wave {
color: #4eb7ac;
}
.exhilarating-green {
color: #80c684;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--midday-sun:#ffe0a3;
--emerald-wave:#4eb7ac;
--exhilarating-green:#80c684;
}