Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.carob-brown {
color: #8b5b4b;
}
.hashibami-brown {
color: #c0a66d;
}
.clay-bake {
color: #e3c98c;
}
.vanilla-custard {
color: #f3e0bf;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--carob-brown:#8b5b4b;
--hashibami-brown:#c0a66d;
--clay-bake:#e3c98c;
--vanilla-custard:#f3e0bf;
}