Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b32;
}
.coffee-bar {
color: #805b42;
}
.cocoa-nutmeg {
color: #a67c6e;
}
.bruin-spice {
color: #d3b99c;
}
.calico-rose {
color: #e4c0b4;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b32;
--coffee-bar:#805b42;
--cocoa-nutmeg:#a67c6e;
--bruin-spice:#d3b99c;
--calico-rose:#e4c0b4;
}