Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.shocking-orange {
color: #ff6d1f;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.floral-leaf {
color: #ffb84d;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--shocking-orange:#ff6d1f;
--sharegaki-persimmon:#ff9f6b;
--floral-leaf:#ffb84d;
--coquelicot:#ff3c00;
}