Color names in this palette
CSS code for this palette
/* CSS */
.prairie-dust {
color: #b8aa8e;
}
.pale-olive {
color: #d2c7a3;
}
.fake-blonde {
color: #f0e5c1;
}
.adobe-south {
color: #e4c2aa;
}
.retributor-armour-metal {
color: #c89e7e;
}
/* CSS Variables */
:root {
--prairie-dust:#b8aa8e;
--pale-olive:#d2c7a3;
--fake-blonde:#f0e5c1;
--adobe-south:#e4c2aa;
--retributor-armour-metal:#c89e7e;
}