Color names in this palette
CSS code for this palette
/* CSS */
.fawn {
color: #d0b07c;
}
.almond-latte {
color: #d8c0a2;
}
.ginger-shortbread {
color: #e2d0c5;
}
.strawberry-yogurt {
color: #e7b6b6;
}
.red-cedar {
color: #d87979;
}
/* CSS Variables */
:root {
--fawn:#d0b07c;
--almond-latte:#d8c0a2;
--ginger-shortbread:#e2d0c5;
--strawberry-yogurt:#e7b6b6;
--red-cedar:#d87979;
}