Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.peach-pearl {
color: #ffb4a3;
}
.n-rang-orange {
color: #ff8052;
}
.ogre-odor {
color: #ff513d;
}
.dainty-peach {
color: #ffcdb8;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--peach-pearl:#ffb4a3;
--n-rang-orange:#ff8052;
--ogre-odor:#ff513d;
--dainty-peach:#ffcdb8;
}