Color names in this palette
CSS code for this palette
/* CSS */
.mineral-brown {
color: #4c3e34;
}
.sweet-georgia-brown {
color: #8b6f5b;
}
.sandrock {
color: #c6b09a;
}
.woven-raffia {
color: #f2dfc0;
}
.muntok-white-pepper {
color: #d4a16e;
}
/* CSS Variables */
:root {
--mineral-brown:#4c3e34;
--sweet-georgia-brown:#8b6f5b;
--sandrock:#c6b09a;
--woven-raffia:#f2dfc0;
--muntok-white-pepper:#d4a16e;
}