Color names in this palette
CSS code for this palette
/* CSS */
.porcelain-basin {
color: #d9d0c4;
}
.ginger-shortbread {
color: #e2d0c5;
}
.seacrest {
color: #b4c8a7;
}
.shadowed-steel {
color: #4a4a4a;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--porcelain-basin:#d9d0c4;
--ginger-shortbread:#e2d0c5;
--seacrest:#b4c8a7;
--shadowed-steel:#4a4a4a;
--white:#ffffff;
}