Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.midday-sun {
color: #ffe0a3;
}
.lusty-gallant {
color: #ffcdcc;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--midday-sun:#ffe0a3;
--lusty-gallant:#ffcdcc;
--grapefruit-pulp:#ff6e61;
}