Color names in this palette
CSS code for this palette
/* CSS */
.thatched-cottage {
color: #d6c8a8;
}
.egyptian-temple {
color: #d3b678;
}
.angel-food-cake {
color: #d8a44b;
}
.golden-hamster {
color: #d99a3a;
}
.mulberry-thorn {
color: #c67d2a;
}
/* CSS Variables */
:root {
--thatched-cottage:#d6c8a8;
--egyptian-temple:#d3b678;
--angel-food-cake:#d8a44b;
--golden-hamster:#d99a3a;
--mulberry-thorn:#c67d2a;
}