Color names in this palette
CSS code for this palette
/* CSS */
.sun-dust {
color: #f5e2a3;
}
.pueblo-sand {
color: #e5c4a4;
}
.canyon-trail {
color: #d6b8a8;
}
.taupe-tapestry {
color: #c5a79b;
}
.postmodern-mauve {
color: #b49d8d;
}
/* CSS Variables */
:root {
--sun-dust:#f5e2a3;
--pueblo-sand:#e5c4a4;
--canyon-trail:#d6b8a8;
--taupe-tapestry:#c5a79b;
--postmodern-mauve:#b49d8d;
}