Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.precious-persimmon {
color: #ff7142;
}
.circus {
color: #ff5f2e;
}
.tan-red {
color: #ff4f1f;
}
.f-i-h-ng-scarlet {
color: #ff3f0f;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--precious-persimmon:#ff7142;
--circus:#ff5f2e;
--tan-red:#ff4f1f;
--f-i-h-ng-scarlet:#ff3f0f;
}