Color names in this palette
CSS code for this palette
/* CSS */
.ecru {
color: #c2b180;
}
.trumpet {
color: #d0b66c;
}
.celebration {
color: #e6c27a;
}
.yellow-cream {
color: #f2d36e;
}
.mustard-yellow {
color: #e6b000;
}
/* CSS Variables */
:root {
--ecru:#c2b180;
--trumpet:#d0b66c;
--celebration:#e6c27a;
--yellow-cream:#f2d36e;
--mustard-yellow:#e6b000;
}