Color names in this palette
CSS code for this palette
/* CSS */
.ecru {
color: #c2b180;
}
.almond-cream {
color: #f4c19f;
}
.durango-dust {
color: #f9e19f;
}
.mollusca {
color: #e7bba2;
}
.almond-butter {
color: #d7c6a8;
}
/* CSS Variables */
:root {
--ecru:#c2b180;
--almond-cream:#f4c19f;
--durango-dust:#f9e19f;
--mollusca:#e7bba2;
--almond-butter:#d7c6a8;
}