Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.qing-yellow {
color: #ffcc66;
}
.hollandaise {
color: #ffec3d;
}
.exhilarating-green {
color: #80c684;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--qing-yellow:#ffcc66;
--hollandaise:#ffec3d;
--exhilarating-green:#80c684;
--emerald-wave:#4eb7ac;
}