Color names in this palette
CSS code for this palette
/* CSS */
.chanterelle {
color: #d4a01c;
}
.waffle-cone {
color: #e6c97a;
}
.oyster-bisque {
color: #f2e4b1;
}
.precious-pink {
color: #f9b4b4;
}
.truffle-trouble {
color: #a6503a;
}
/* CSS Variables */
:root {
--chanterelle:#d4a01c;
--waffle-cone:#e6c97a;
--oyster-bisque:#f2e4b1;
--precious-pink:#f9b4b4;
--truffle-trouble:#a6503a;
}