Color names in this palette
CSS code for this palette
/* CSS */
.simmered-seaweed {
color: #4c3b2f;
}
.moderne-class {
color: #745c49;
}
.mission-hills {
color: #b19b81;
}
.sand-motif {
color: #ddc5a7;
}
.ballet-white {
color: #f2e5d9;
}
/* CSS Variables */
:root {
--simmered-seaweed:#4c3b2f;
--moderne-class:#745c49;
--mission-hills:#b19b81;
--sand-motif:#ddc5a7;
--ballet-white:#f2e5d9;
}