Color names in this palette
CSS code for this palette
/* CSS */
.quack-quack {
color: #feeb8b;
}
.american-yellow {
color: #f0b400;
}
.chanterelle {
color: #d9a520;
}
.bubonic-brown {
color: #c78500;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--quack-quack:#feeb8b;
--american-yellow:#f0b400;
--chanterelle:#d9a520;
--bubonic-brown:#c78500;
--beef-hotpot:#a85f2e;
}