Color names in this palette
CSS code for this palette
/* CSS */
.shady-pink {
color: #c5a5b2;
}
.pink-scallop {
color: #f2e0d4;
}
.birthday-suit {
color: #e1c5b7;
}
.tannin {
color: #a78c6c;
}
.rich-brocade {
color: #90594c;
}
/* CSS Variables */
:root {
--shady-pink:#c5a5b2;
--pink-scallop:#f2e0d4;
--birthday-suit:#e1c5b7;
--tannin:#a78c6c;
--rich-brocade:#90594c;
}