Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4b2c2a;
}
.ruby-crystal {
color: #9a5c5b;
}
.artifact {
color: #c99d8d;
}
.mac-n-cheese {
color: #e3b072;
}
.china-doll {
color: #f2e4d4;
}
/* CSS Variables */
:root {
--brown-coffee:#4b2c2a;
--ruby-crystal:#9a5c5b;
--artifact:#c99d8d;
--mac-n-cheese:#e3b072;
--china-doll:#f2e4d4;
}