Color names in this palette
CSS code for this palette
/* CSS */
.chewing-gum {
color: #e4afb1;
}
.york-bisque {
color: #f1d9c6;
}
.sunning-deck {
color: #e8d9b0;
}
.barley {
color: #d5b47c;
}
.tropical-violet {
color: #c9aae9;
}
/* CSS Variables */
:root {
--chewing-gum:#e4afb1;
--york-bisque:#f1d9c6;
--sunning-deck:#e8d9b0;
--barley:#d5b47c;
--tropical-violet:#c9aae9;
}