Color names in this palette
CSS code for this palette
/* CSS */
.beauty-spot {
color: #5f4b3a;
}
.ancient-pottery {
color: #a67d5e;
}
.dusty-gold {
color: #d6b89a;
}
.neighborly-peach {
color: #f0c2a3;
}
.fired-up {
color: #d47a3a;
}
/* CSS Variables */
:root {
--beauty-spot:#5f4b3a;
--ancient-pottery:#a67d5e;
--dusty-gold:#d6b89a;
--neighborly-peach:#f0c2a3;
--fired-up:#d47a3a;
}