Color names in this palette
CSS code for this palette
/* CSS */
.bistro-pink {
color: #e6b7b7;
}
.pink-pussycat {
color: #d89d9d;
}
.impatient-heart {
color: #c57c7c;
}
.warm-wassail {
color: #a86b6b;
}
.barn-door {
color: #8b5b5b;
}
/* CSS Variables */
:root {
--bistro-pink:#e6b7b7;
--pink-pussycat:#d89d9d;
--impatient-heart:#c57c7c;
--warm-wassail:#a86b6b;
--barn-door:#8b5b5b;
}