Color names in this palette
CSS code for this palette
/* CSS */
.lightweight-beige {
color: #f6e4c6;
}
.humble-blush {
color: #e3cec0;
}
.soba {
color: #d2b5a3;
}
.artifact {
color: #c89f8d;
}
.new-penny {
color: #a67b68;
}
/* CSS Variables */
:root {
--lightweight-beige:#f6e4c6;
--humble-blush:#e3cec0;
--soba:#d2b5a3;
--artifact:#c89f8d;
--new-penny:#a67b68;
}