Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5b2a2a;
}
.marron {
color: #6d4a4a;
}
.delhi-spice {
color: #a76c6c;
}
.gold-rush {
color: #c4a778;
}
.cockleshell {
color: #e4c7af;
}
/* CSS Variables */
:root {
--christmas-brown:#5b2a2a;
--marron:#6d4a4a;
--delhi-spice:#a76c6c;
--gold-rush:#c4a778;
--cockleshell:#e4c7af;
}