Color names in this palette
CSS code for this palette
/* CSS */
.shale {
color: #4c3e40;
}
.reading-tea-leaves {
color: #7a5c5f;
}
.sable-cloaked {
color: #c1a7a4;
}
.kashmir-pink {
color: #e8c8c4;
}
.light-marshmallow-magic {
color: #f4dedc;
}
/* CSS Variables */
:root {
--shale:#4c3e40;
--reading-tea-leaves:#7a5c5f;
--sable-cloaked:#c1a7a4;
--kashmir-pink:#e8c8c4;
--light-marshmallow-magic:#f4dedc;
}