Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-jasper {
color: #794a39;
}
.pi {
color: #9b6b5f;
}
.mohair-mauve {
color: #c1a59f;
}
.light-nut-milk {
color: #e4d8d3;
}
.belgian-cream {
color: #f8f0e2;
}
/* CSS Variables */
:root {
--egyptian-jasper:#794a39;
--pi:#9b6b5f;
--mohair-mauve:#c1a59f;
--light-nut-milk:#e4d8d3;
--belgian-cream:#f8f0e2;
}