Color names in this palette
CSS code for this palette
/* CSS */
.lambs-wool {
color: #e6d1b2;
}
.zanah {
color: #b5c8b1;
}
.southern-belle {
color: #a7d3c3;
}
.silver-strawberry {
color: #f2c0c0;
}
.barn-door {
color: #8b5b5b;
}
/* CSS Variables */
:root {
--lambs-wool:#e6d1b2;
--zanah:#b5c8b1;
--southern-belle:#a7d3c3;
--silver-strawberry:#f2c0c0;
--barn-door:#8b5b5b;
}