Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.coffee {
color: #714e38;
}
.outlawed-orange {
color: #b76f4e;
}
.sweet-maple {
color: #d8b16f;
}
.lazy-daisy {
color: #f6e9a2;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--coffee:#714e38;
--outlawed-orange:#b76f4e;
--sweet-maple:#d8b16f;
--lazy-daisy:#f6e9a2;
}