Color names in this palette
CSS code for this palette
/* CSS */
.tan-temptation {
color: #f0c09e;
}
.high-plateau {
color: #e4b57c;
}
.angel-food-cake {
color: #d69f51;
}
.graceful-gazelle {
color: #a88e4d;
}
.amazon-green {
color: #78694a;
}
/* CSS Variables */
:root {
--tan-temptation:#f0c09e;
--high-plateau:#e4b57c;
--angel-food-cake:#d69f51;
--graceful-gazelle:#a88e4d;
--amazon-green:#78694a;
}