Color names in this palette
CSS code for this palette
/* CSS */
.smooth-as-corn-silk {
color: #f6e5b1;
}
.coconut-crumble {
color: #e3cda5;
}
.darling-clementine {
color: #d1a37a;
}
.rich-copper {
color: #c07f54;
}
.earthen-jug {
color: #a65e3a;
}
/* CSS Variables */
:root {
--smooth-as-corn-silk:#f6e5b1;
--coconut-crumble:#e3cda5;
--darling-clementine:#d1a37a;
--rich-copper:#c07f54;
--earthen-jug:#a65e3a;
}