Color names in this palette
CSS code for this palette
/* CSS */
.antique-gold {
color: #b5a25e;
}
.wine-yellow {
color: #d7c588;
}
.cookies-and-cream {
color: #ede1b0;
}
.tequila {
color: #f4d1a4;
}
.prosciutto {
color: #e2b4a1;
}
/* CSS Variables */
:root {
--antique-gold:#b5a25e;
--wine-yellow:#d7c588;
--cookies-and-cream:#ede1b0;
--tequila:#f4d1a4;
--prosciutto:#e2b4a1;
}