Color names in this palette
CSS code for this palette
/* CSS */
.dent-corn {
color: #f3b61b;
}
.precious-persimmon {
color: #ff7142;
}
.fire-orange {
color: #ff8f5c;
}
.fuzzy-peach {
color: #ffb88f;
}
.purity {
color: #d9cae2;
}
/* CSS Variables */
:root {
--dent-corn:#f3b61b;
--precious-persimmon:#ff7142;
--fire-orange:#ff8f5c;
--fuzzy-peach:#ffb88f;
--purity:#d9cae2;
}