Color names in this palette
CSS code for this palette
/* CSS */
.budding-peach {
color: #f2d5c0;
}
.warming-peach {
color: #e6b8a2;
}
.boot-hill-ghost {
color: #deae8c;
}
.golden-aura {
color: #d29c6a;
}
.hazel {
color: #a36b4d;
}
/* CSS Variables */
:root {
--budding-peach:#f2d5c0;
--warming-peach:#e6b8a2;
--boot-hill-ghost:#deae8c;
--golden-aura:#d29c6a;
--hazel:#a36b4d;
}