Color names in this palette
CSS code for this palette
/* CSS */
.marron {
color: #6b4c4c;
}
.impatient-heart {
color: #c77a7a;
}
.citronite {
color: #d6b53d;
}
.lilac-smoke {
color: #b6a0a0;
}
.brown-coffee {
color: #4a2b2b;
}
/* CSS Variables */
:root {
--marron:#6b4c4c;
--impatient-heart:#c77a7a;
--citronite:#d6b53d;
--lilac-smoke:#b6a0a0;
--brown-coffee:#4a2b2b;
}