Color names in this palette
CSS code for this palette
/* CSS */
.woodhaven {
color: #9f7c6f;
}
.bespoke {
color: #d3ba9c;
}
.baby-breath {
color: #f1d0b1;
}
.mystic-tulip {
color: #f6b6a2;
}
.first-lady {
color: #c67b6c;
}
/* CSS Variables */
:root {
--woodhaven:#9f7c6f;
--bespoke:#d3ba9c;
--baby-breath:#f1d0b1;
--mystic-tulip:#f6b6a2;
--first-lady:#c67b6c;
}