Color names in this palette
CSS code for this palette
/* CSS */
.sequoia-redwood {
color: #793e3e;
}
.tongue {
color: #d28e8e;
}
.fallen-blossoms {
color: #f0b2c2;
}
.soft-butter {
color: #f6e1b6;
}
.brown-coffee {
color: #4a2b2b;
}
/* CSS Variables */
:root {
--sequoia-redwood:#793e3e;
--tongue:#d28e8e;
--fallen-blossoms:#f0b2c2;
--soft-butter:#f6e1b6;
--brown-coffee:#4a2b2b;
}