Color names in this palette
CSS code for this palette
/* CSS */
.warm-bread {
color: #f9e7d2;
}
.creamery {
color: #f0d2b7;
}
.pink-tulle {
color: #e0b59e;
}
.shetland-pony {
color: #d4a08c;
}
.hazelnut {
color: #a86e5d;
}
/* CSS Variables */
:root {
--warm-bread:#f9e7d2;
--creamery:#f0d2b7;
--pink-tulle:#e0b59e;
--shetland-pony:#d4a08c;
--hazelnut:#a86e5d;
}