Color names in this palette
CSS code for this palette
/* CSS */
.amber-autumn {
color: #c79b6b;
}
.sumptuous-peach {
color: #e4b69b;
}
.almandine {
color: #c3a27f;
}
.scarecrow-frown {
color: #a45b2d;
}
.burned-brown {
color: #6f4b3e;
}
/* CSS Variables */
:root {
--amber-autumn:#c79b6b;
--sumptuous-peach:#e4b69b;
--almandine:#c3a27f;
--scarecrow-frown:#a45b2d;
--burned-brown:#6f4b3e;
}