Color names in this palette
CSS code for this palette
/* CSS */
.pygmy-goat {
color: #d7d0d0;
}
.lavender-suede {
color: #b5a6a1;
}
.cafe-ole {
color: #9d7d7b;
}
.china-doll {
color: #f2e4d4;
}
.pink-tulle {
color: #e0b59e;
}
/* CSS Variables */
:root {
--pygmy-goat:#d7d0d0;
--lavender-suede:#b5a6a1;
--cafe-ole:#9d7d7b;
--china-doll:#f2e4d4;
--pink-tulle:#e0b59e;
}