Color names in this palette
CSS code for this palette
/* CSS */
.fresh-sawdust {
color: #c7a17a;
}
.artisan-tea {
color: #d8c1b0;
}
.ice-palace {
color: #e2e4d8;
}
.flan {
color: #f6e3b6;
}
.earthy-ocher {
color: #b89f7a;
}
/* CSS Variables */
:root {
--fresh-sawdust:#c7a17a;
--artisan-tea:#d8c1b0;
--ice-palace:#e2e4d8;
--flan:#f6e3b6;
--earthy-ocher:#b89f7a;
}