Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.cara-be {
color: #7a5a4d;
}
.poncho {
color: #b58e73;
}
.creole-cottage {
color: #e8b69c;
}
.cloud-pink {
color: #f4d1c8;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--cara-be:#7a5a4d;
--poncho:#b58e73;
--creole-cottage:#e8b69c;
--cloud-pink:#f4d1c8;
}