Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4a2b2b;
}
.marron {
color: #6c4b4b;
}
.red-grey {
color: #9a6a6a;
}
.foggy-quartz {
color: #c19f9f;
}
.mauve-chalk {
color: #e5d1d1;
}
/* CSS Variables */
:root {
--brown-coffee:#4a2b2b;
--marron:#6c4b4b;
--red-grey:#9a6a6a;
--foggy-quartz:#c19f9f;
--mauve-chalk:#e5d1d1;
}