Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.radigan-conagher-brown {
color: #694b3a;
}
.spiced-red {
color: #8c4f3b;
}
.cedar-chest {
color: #c85a4c;
}
.opal-flame {
color: #e45d4e;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--radigan-conagher-brown:#694b3a;
--spiced-red:#8c4f3b;
--cedar-chest:#c85a4c;
--opal-flame:#e45d4e;
}