Color names in this palette
CSS code for this palette
/* CSS */
.ecru {
color: #c2b180;
}
.smoky-slate {
color: #a3a08f;
}
.champagne-cocktail {
color: #e4d6af;
}
.suntan {
color: #d8b29d;
}
.cocoa-nutmeg {
color: #a67d6e;
}
/* CSS Variables */
:root {
--ecru:#c2b180;
--smoky-slate:#a3a08f;
--champagne-cocktail:#e4d6af;
--suntan:#d8b29d;
--cocoa-nutmeg:#a67d6e;
}