Color names in this palette
CSS code for this palette
/* CSS */
.scarecrow-frown {
color: #a45b2d;
}
.flower-field {
color: #d8a86f;
}
.majestic-treasures {
color: #f1e8a2;
}
.apricot-obsession {
color: #f9c0b4;
}
.burgundy-wine {
color: #6a3e3f;
}
/* CSS Variables */
:root {
--scarecrow-frown:#a45b2d;
--flower-field:#d8a86f;
--majestic-treasures:#f1e8a2;
--apricot-obsession:#f9c0b4;
--burgundy-wine:#6a3e3f;
}