Color names in this palette
CSS code for this palette
/* CSS */
.bistro-pink {
color: #e6b8b7;
}
.la-vie-en-rose {
color: #d6a4a4;
}
.brandy-snaps {
color: #b68c8b;
}
.autumn-russet {
color: #a56f6f;
}
.false-morel {
color: #7b4c4c;
}
/* CSS Variables */
:root {
--bistro-pink:#e6b8b7;
--la-vie-en-rose:#d6a4a4;
--brandy-snaps:#b68c8b;
--autumn-russet:#a56f6f;
--false-morel:#7b4c4c;
}