Color names in this palette
CSS code for this palette
/* CSS */
.reed {
color: #c1d6a4;
}
.oyster-bisque {
color: #f2e7b1;
}
.chai-latte {
color: #f9cb9f;
}
.bussell-lace {
color: #e7a5a2;
}
.pink-slip {
color: #d58b8c;
}
/* CSS Variables */
:root {
--reed:#c1d6a4;
--oyster-bisque:#f2e7b1;
--chai-latte:#f9cb9f;
--bussell-lace:#e7a5a2;
--pink-slip:#d58b8c;
}