Color names in this palette
CSS code for this palette
/* CSS */
.sepia-skin {
color: #9f5c41;
}
.wheatberry {
color: #c78a5c;
}
.adobe-south {
color: #e3c1a6;
}
.almeja {
color: #f4e0c8;
}
.silver-bird {
color: #f9f5f0;
}
/* CSS Variables */
:root {
--sepia-skin:#9f5c41;
--wheatberry:#c78a5c;
--adobe-south:#e3c1a6;
--almeja:#f4e0c8;
--silver-bird:#f9f5f0;
}