Color names in this palette
CSS code for this palette
/* CSS */
.lotus-pod {
color: #e6d6c1;
}
.china-doll {
color: #f2e4d4;
}
.dreamsicle {
color: #f6d4c1;
}
.mango-margarita {
color: #f6b951;
}
.golden-koi {
color: #e7a34b;
}
/* CSS Variables */
:root {
--lotus-pod:#e6d6c1;
--china-doll:#f2e4d4;
--dreamsicle:#f6d4c1;
--mango-margarita:#f6b951;
--golden-koi:#e7a34b;
}