Color names in this palette
CSS code for this palette
/* CSS */
.environmental {
color: #b0b4a2;
}
.lover-s-hideaway {
color: #d1c6b3;
}
.lily-of-the-valley-white {
color: #e2e3d4;
}
.martica {
color: #f4e4b8;
}
.ground-ginger {
color: #d9c9a1;
}
/* CSS Variables */
:root {
--environmental:#b0b4a2;
--lover-s-hideaway:#d1c6b3;
--lily-of-the-valley-white:#e2e3d4;
--martica:#f4e4b8;
--ground-ginger:#d9c9a1;
}