Color names in this palette
CSS code for this palette
/* CSS */
.in-the-hills {
color: #b0a59b;
}
.porcelain-basin {
color: #d9cfc4;
}
.lotus-pod {
color: #e6d8c1;
}
.lightweight-beige {
color: #f6e5c6;
}
.noodles {
color: #f8e1b4;
}
/* CSS Variables */
:root {
--in-the-hills:#b0a59b;
--porcelain-basin:#d9cfc4;
--lotus-pod:#e6d8c1;
--lightweight-beige:#f6e5c6;
--noodles:#f8e1b4;
}