Color names in this palette
CSS code for this palette
/* CSS */
.silver-tinsel {
color: #b7b3a9;
}
.porcelain-basin {
color: #d9cfc4;
}
.focus {
color: #e5e0d1;
}
.creamy-vanilla {
color: #f3e5bf;
}
.coral-bisque {
color: #f5c6b2;
}
/* CSS Variables */
:root {
--silver-tinsel:#b7b3a9;
--porcelain-basin:#d9cfc4;
--focus:#e5e0d1;
--creamy-vanilla:#f3e5bf;
--coral-bisque:#f5c6b2;
}