Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.peachy-salmon {
color: #ff9b80;
}
.blushing-cinnamon {
color: #ffbe9e;
}
.curtsy {
color: #ffd4b8;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--peachy-salmon:#ff9b80;
--blushing-cinnamon:#ffbe9e;
--curtsy:#ffd4b8;
--creamy-cloud-dreams:#fff5e0;
}