Color names in this palette
CSS code for this palette
/* CSS */
.husk {
color: #b39b4d;
}
.october-bounty {
color: #e1c7a3;
}
.apricot {
color: #fbb06f;
}
.pure-red {
color: #d42b1c;
}
.heath-spotted-orchid {
color: #a45b9c;
}
/* CSS Variables */
:root {
--husk:#b39b4d;
--october-bounty:#e1c7a3;
--apricot:#fbb06f;
--pure-red:#d42b1c;
--heath-spotted-orchid:#a45b9c;
}