Color names in this palette
CSS code for this palette
/* CSS */
.scarecrow-frown {
color: #a55a2c;
}
.aged-gouda {
color: #d69843;
}
.cream-blush {
color: #f6c598;
}
.golden-talisman {
color: #e8c79b;
}
.culpeo {
color: #e59c3e;
}
/* CSS Variables */
:root {
--scarecrow-frown:#a55a2c;
--aged-gouda:#d69843;
--cream-blush:#f6c598;
--golden-talisman:#e8c79b;
--culpeo:#e59c3e;
}