Color names in this palette
CSS code for this palette
/* CSS */
.scrofulous-brown {
color: #d8a43b;
}
.faint-fawn {
color: #e1c69d;
}
.magnolia-spring {
color: #f3f2e7;
}
.ginger-peach {
color: #f9d29f;
}
.peach-echo {
color: #f76e5e;
}
/* CSS Variables */
:root {
--scrofulous-brown:#d8a43b;
--faint-fawn:#e1c69d;
--magnolia-spring:#f3f2e7;
--ginger-peach:#f9d29f;
--peach-echo:#f76e5e;
}