Color names in this palette
CSS code for this palette
/* CSS */
.gnocchi-beige {
color: #ffeeb8;
}
.dainty-peach {
color: #ffcbb8;
}
.cornflower-lilac {
color: #ffadad;
}
.esprit-peach {
color: #ffc29e;
}
.hayride {
color: #d4a99b;
}
/* CSS Variables */
:root {
--gnocchi-beige:#ffeeb8;
--dainty-peach:#ffcbb8;
--cornflower-lilac:#ffadad;
--esprit-peach:#ffc29e;
--hayride:#d4a99b;
}