Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.peach-of-mind {
color: #ffe3b3;
}
.bay {
color: #b2e0d4;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--peach-of-mind:#ffe3b3;
--bay:#b2e0d4;
--emerald-wave:#4eb7ac;
}