Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-jasper {
color: #794c39;
}
.slick-mud {
color: #a76d49;
}
.sweet-honey {
color: #d1a25c;
}
.duck-butter {
color: #e2c55a;
}
.aspen-yellow {
color: #f4e09f;
}
/* CSS Variables */
:root {
--egyptian-jasper:#794c39;
--slick-mud:#a76d49;
--sweet-honey:#d1a25c;
--duck-butter:#e2c55a;
--aspen-yellow:#f4e09f;
}