Color names in this palette
CSS code for this palette
/* CSS */
.bleached-silk {
color: #f2f4f1;
}
.spring-wood {
color: #e9e1d8;
}
.bone-trace {
color: #d7d0c1;
}
.privileged {
color: #f4ead7;
}
.peach-temptation {
color: #f3c5b4;
}
/* CSS Variables */
:root {
--bleached-silk:#f2f4f1;
--spring-wood:#e9e1d8;
--bone-trace:#d7d0c1;
--privileged:#f4ead7;
--peach-temptation:#f3c5b4;
}