Color names in this palette
CSS code for this palette
/* CSS */
.ancient-ivory {
color: #f1e6d0;
}
.gentle-doe {
color: #e6b78e;
}
.lei-flower {
color: #d87a69;
}
.martian-ironearth {
color: #c45d4f;
}
.our-little-secret {
color: #a84d77;
}
/* CSS Variables */
:root {
--ancient-ivory:#f1e6d0;
--gentle-doe:#e6b78e;
--lei-flower:#d87a69;
--martian-ironearth:#c45d4f;
--our-little-secret:#a84d77;
}