Color names in this palette
CSS code for this palette
/* CSS */
.antique-china {
color: #fdf6e7;
}
.lotus-pod {
color: #e6d8c1;
}
.coco {
color: #d1b99f;
}
.egyptian-pyramid {
color: #c19b7b;
}
.brick-dust {
color: #a8695d;
}
/* CSS Variables */
:root {
--antique-china:#fdf6e7;
--lotus-pod:#e6d8c1;
--coco:#d1b99f;
--egyptian-pyramid:#c19b7b;
--brick-dust:#a8695d;
}