Color names in this palette
CSS code for this palette
/* CSS */
.vintage-charm {
color: #c8b0a3;
}
.warming-peach {
color: #e4b5a0;
}
.york-bisque {
color: #f1d8c6;
}
.gold-sand {
color: #f7e8a6;
}
.california-dreaming {
color: #d9c46d;
}
/* CSS Variables */
:root {
--vintage-charm:#c8b0a3;
--warming-peach:#e4b5a0;
--york-bisque:#f1d8c6;
--gold-sand:#f7e8a6;
--california-dreaming:#d9c46d;
}