Color names in this palette
CSS code for this palette
/* CSS */
.etcetera {
color: #e1c6d4;
}
.mixed-fruit {
color: #f9b9b4;
}
.stucco-wall {
color: #f5b099;
}
.tequila {
color: #f3d1a5;
}
.venetian-yellow {
color: #f7e6a1;
}
/* CSS Variables */
:root {
--etcetera:#e1c6d4;
--mixed-fruit:#f9b9b4;
--stucco-wall:#f5b099;
--tequila:#f3d1a5;
--venetian-yellow:#f7e6a1;
}