Color names in this palette
CSS code for this palette
/* CSS */
.havana {
color: #3a2c2e;
}
.marron {
color: #6d4a4a;
}
.delhi-spice {
color: #a06a6a;
}
.remembrance {
color: #c99c9c;
}
.light-sprig-muslin {
color: #e2cfd0;
}
/* CSS Variables */
:root {
--havana:#3a2c2e;
--marron:#6d4a4a;
--delhi-spice:#a06a6a;
--remembrance:#c99c9c;
--light-sprig-muslin:#e2cfd0;
}