Color names in this palette
CSS code for this palette
/* CSS */
.garlic-beige {
color: #b1aaa0;
}
.clay-beige {
color: #d5d1c3;
}
.dagger-moth {
color: #e8e1d4;
}
.tea-light {
color: #f6e4c1;
}
.peach-damask {
color: #f9c6a4;
}
/* CSS Variables */
:root {
--garlic-beige:#b1aaa0;
--clay-beige:#d5d1c3;
--dagger-moth:#e8e1d4;
--tea-light:#f6e4c1;
--peach-damask:#f9c6a4;
}