Color names in this palette
CSS code for this palette
/* CSS */
.battered-sausage {
color: #ede1d4;
}
.french-white {
color: #f1e6da;
}
.melon-tint {
color: #f7e7d4;
}
.light-curd {
color: #f9e9c8;
}
.lemon-popsicle {
color: #faf2d1;
}
/* CSS Variables */
:root {
--battered-sausage:#ede1d4;
--french-white:#f1e6da;
--melon-tint:#f7e7d4;
--light-curd:#f9e9c8;
--lemon-popsicle:#faf2d1;
}