Color names in this palette
CSS code for this palette
/* CSS */
.pecan-veneer {
color: #e0a07b;
}
.fire-chalk {
color: #d07e6c;
}
.fat-smooch {
color: #c1537d;
}
.cleopatra-s-gown {
color: #7f4e8d;
}
.violet-indigo {
color: #4a2c6d;
}
/* CSS Variables */
:root {
--pecan-veneer:#e0a07b;
--fire-chalk:#d07e6c;
--fat-smooch:#c1537d;
--cleopatra-s-gown:#7f4e8d;
--violet-indigo:#4a2c6d;
}