Color names in this palette
CSS code for this palette
/* CSS */
.double-spanish-white {
color: #d1c2a3;
}
.dune-drift {
color: #b68d6d;
}
.ground-nutmeg {
color: #9f5a3c;
}
.kokiake-brown {
color: #7b3d3d;
}
.heath {
color: #4e2c2c;
}
/* CSS Variables */
:root {
--double-spanish-white:#d1c2a3;
--dune-drift:#b68d6d;
--ground-nutmeg:#9f5a3c;
--kokiake-brown:#7b3d3d;
--heath:#4e2c2c;
}