Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.stagecoach {
color: #7f5c43;
}
.tawny-birch {
color: #a77a62;
}
.city-sunrise {
color: #d1a780;
}
.cono-de-vainilla {
color: #f0dab7;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--stagecoach:#7f5c43;
--tawny-birch:#a77a62;
--city-sunrise:#d1a780;
--cono-de-vainilla:#f0dab7;
}