Color names in this palette
CSS code for this palette
/* CSS */
.shale {
color: #4c3e40;
}
.chocolate-sparkle {
color: #8a6a6e;
}
.la-vie-en-rose {
color: #d2a7a3;
}
.lady-pink {
color: #f2d4cf;
}
.sugar-cane-dahlia {
color: #f7c3c0;
}
/* CSS Variables */
:root {
--shale:#4c3e40;
--chocolate-sparkle:#8a6a6e;
--la-vie-en-rose:#d2a7a3;
--lady-pink:#f2d4cf;
--sugar-cane-dahlia:#f7c3c0;
}