Color names in this palette
CSS code for this palette
/* CSS */
.scarecrow-frown {
color: #a45d2d;
}
.sweet-potato {
color: #d77d3c;
}
.sandy-brown {
color: #f1a65b;
}
.jemima {
color: #f4d67b;
}
.lazy-daisy {
color: #f8eba0;
}
/* CSS Variables */
:root {
--scarecrow-frown:#a45d2d;
--sweet-potato:#d77d3c;
--sandy-brown:#f1a65b;
--jemima:#f4d67b;
--lazy-daisy:#f8eba0;
}