Color names in this palette
CSS code for this palette
/* CSS */
.bistro-pink {
color: #e5b8b8;
}
.martini-east {
color: #c88d8d;
}
.warm-wassail {
color: #a86b6b;
}
.false-morel {
color: #7a4d4d;
}
.espresso {
color: #502f2f;
}
/* CSS Variables */
:root {
--bistro-pink:#e5b8b8;
--martini-east:#c88d8d;
--warm-wassail:#a86b6b;
--false-morel:#7a4d4d;
--espresso:#502f2f;
}