Color names in this palette
CSS code for this palette
/* CSS */
.belgian-cream {
color: #f8f0e2;
}
.high-style-beige {
color: #e5d8c2;
}
.cozy-wool {
color: #d0b79a;
}
.copper-moon {
color: #c49a78;
}
.tuscan-soil {
color: #a67a59;
}
/* CSS Variables */
:root {
--belgian-cream:#f8f0e2;
--high-style-beige:#e5d8c2;
--cozy-wool:#d0b79a;
--copper-moon:#c49a78;
--tuscan-soil:#a67a59;
}