Color names in this palette
CSS code for this palette
/* CSS */
.peachy-kini {
color: #efbf8f;
}
.ungor-beige {
color: #d8a669;
}
.tassel {
color: #c58949;
}
.falling-leaves {
color: #a65c3a;
}
.smoked-paprika {
color: #7c3931;
}
/* CSS Variables */
:root {
--peachy-kini:#efbf8f;
--ungor-beige:#d8a669;
--tassel:#c58949;
--falling-leaves:#a65c3a;
--smoked-paprika:#7c3931;
}