Color names in this palette
CSS code for this palette
/* CSS */
.ginger-shortbread {
color: #e4cfc4;
}
.soba {
color: #d2b2a2;
}
.muddy-quicksand {
color: #c19a8a;
}
.butterfly {
color: #c9d9a6;
}
.cookies-and-cream {
color: #f0e0b2;
}
/* CSS Variables */
:root {
--ginger-shortbread:#e4cfc4;
--soba:#d2b2a2;
--muddy-quicksand:#c19a8a;
--butterfly:#c9d9a6;
--cookies-and-cream:#f0e0b2;
}