Color names in this palette
CSS code for this palette
/* CSS */
.dobunezumi-brown {
color: #4b3d3a;
}
.oiled-teak {
color: #6b5b52;
}
.german-camouflage-beige {
color: #9d8c7b;
}
.pistachio-shell {
color: #cfc5af;
}
.friendly-yellow {
color: #f4e1b3;
}
/* CSS Variables */
:root {
--dobunezumi-brown:#4b3d3a;
--oiled-teak:#6b5b52;
--german-camouflage-beige:#9d8c7b;
--pistachio-shell:#cfc5af;
--friendly-yellow:#f4e1b3;
}