Color names in this palette
CSS code for this palette
/* CSS */
.culpeo {
color: #e3a23b;
}
.ogen-melon {
color: #d9b336;
}
.hokey-pokey {
color: #b88c2e;
}
.scarecrow-frown {
color: #a45f2d;
}
.burnished-russet {
color: #7a3c2a;
}
/* CSS Variables */
:root {
--culpeo:#e3a23b;
--ogen-melon:#d9b336;
--hokey-pokey:#b88c2e;
--scarecrow-frown:#a45f2d;
--burnished-russet:#7a3c2a;
}