Color names in this palette
CSS code for this palette
/* CSS */
.cat-s-eye-marble {
color: #d9a85e;
}
.chai-latte {
color: #f6c9a2;
}
.china-doll {
color: #f2e3d4;
}
.bockwurst {
color: #e08d6c;
}
.art-house-pink {
color: #c56d6d;
}
/* CSS Variables */
:root {
--cat-s-eye-marble:#d9a85e;
--chai-latte:#f6c9a2;
--china-doll:#f2e3d4;
--bockwurst:#e08d6c;
--art-house-pink:#c56d6d;
}