Color names in this palette
CSS code for this palette
/* CSS */
.white-smoke {
color: #f5f5f5;
}
.raw-silk {
color: #e1d8c7;
}
.studio-beige {
color: #c0b1a0;
}
.smokey-tan {
color: #9f8a7a;
}
.cara-be {
color: #7a5a4d;
}
/* CSS Variables */
:root {
--white-smoke:#f5f5f5;
--raw-silk:#e1d8c7;
--studio-beige:#c0b1a0;
--smokey-tan:#9f8a7a;
--cara-be:#7a5a4d;
}