Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.spice-pink {
color: #ffb185;
}
.august-morning {
color: #ffd79e;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--sharegaki-persimmon:#ff9f6b;
--spice-pink:#ffb185;
--august-morning:#ffd79e;
--creamy-cloud-dreams:#fff5e0;
}