Color names in this palette
CSS code for this palette
/* CSS */
.soba {
color: #d4b2a1;
}
.simplify-beige {
color: #d6c6b8;
}
.pure-beige {
color: #e9d2c3;
}
.early-sunset {
color: #f4e4d7;
}
.illuminated {
color: #f9e5d7;
}
/* CSS Variables */
:root {
--soba:#d4b2a1;
--simplify-beige:#d6c6b8;
--pure-beige:#e9d2c3;
--early-sunset:#f4e4d7;
--illuminated:#f9e5d7;
}