Color names in this palette
CSS code for this palette
/* CSS */
.scarecrow-frown {
color: #a45b2d;
}
.fuegan-orange {
color: #c67c4e;
}
.apricot-sorbet {
color: #e6a860;
}
.marigold-dust {
color: #f4cf3e;
}
.folk-tales {
color: #a4c6b4;
}
/* CSS Variables */
:root {
--scarecrow-frown:#a45b2d;
--fuegan-orange:#c67c4e;
--apricot-sorbet:#e6a860;
--marigold-dust:#f4cf3e;
--folk-tales:#a4c6b4;
}