Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c5a7;
}
.cheater {
color: #f2b05a;
}
.artisans-gold {
color: #f3a949;
}
.full-of-life {
color: #da5f2b;
}
.wilted-brown {
color: #a94b3d;
}
/* CSS Variables */
:root {
--peach-damask:#f6c5a7;
--cheater:#f2b05a;
--artisans-gold:#f3a949;
--full-of-life:#da5f2b;
--wilted-brown:#a94b3d;
}