Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4a2b2b;
}
.marron {
color: #6a4d4d;
}
.brandied-apple {
color: #a67d7d;
}
.radiant-rouge {
color: #d7b2b2;
}
.redneck {
color: #f4d7d7;
}
/* CSS Variables */
:root {
--brown-coffee:#4a2b2b;
--marron:#6a4d4d;
--brandied-apple:#a67d7d;
--radiant-rouge:#d7b2b2;
--redneck:#f4d7d7;
}