Color names in this palette
CSS code for this palette
/* CSS */
.silver-lining {
color: #b7b0a4;
}
.westar {
color: #d4cfc4;
}
.aquarelle-beige {
color: #e7e0d5;
}
.gardenia {
color: #f1e7df;
}
.daisy-white {
color: #f8f4e2;
}
/* CSS Variables */
:root {
--silver-lining:#b7b0a4;
--westar:#d4cfc4;
--aquarelle-beige:#e7e0d5;
--gardenia:#f1e7df;
--daisy-white:#f8f4e2;
}