Color names in this palette
CSS code for this palette
/* CSS */
.brown-eyes {
color: #9e6c4c;
}
.roasted-almond {
color: #d3b39c;
}
.traditional-leather {
color: #6f4f3e;
}
.pink-scallop {
color: #f2e1d4;
}
.ancient-lavastone {
color: #493a32;
}
/* CSS Variables */
:root {
--brown-eyes:#9e6c4c;
--roasted-almond:#d3b39c;
--traditional-leather:#6f4f3e;
--pink-scallop:#f2e1d4;
--ancient-lavastone:#493a32;
}