Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.mouse-nose {
color: #ffe4b3;
}
.emerald-wave {
color: #4eb7ac;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--mouse-nose:#ffe4b3;
--emerald-wave:#4eb7ac;
--grapefruit-pulp:#ff6e61;
}