Color names in this palette
CSS code for this palette
/* CSS */
.sandpiper {
color: #ebd9c7;
}
.indulgent-mocha {
color: #d2c5b7;
}
.barcelona-beige {
color: #c3b39d;
}
.utaupeia {
color: #a78e7b;
}
.red-curry {
color: #8c5c4f;
}
/* CSS Variables */
:root {
--sandpiper:#ebd9c7;
--indulgent-mocha:#d2c5b7;
--barcelona-beige:#c3b39d;
--utaupeia:#a78e7b;
--red-curry:#8c5c4f;
}