Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.peachy-salmon {
color: #ff9b80;
}
.peach {
color: #ffb380;
}
.bread-n-butter {
color: #ffd080;
}
.butter {
color: #ffff80;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--peachy-salmon:#ff9b80;
--peach:#ffb380;
--bread-n-butter:#ffd080;
--butter:#ffff80;
}