Color names in this palette
CSS code for this palette
/* CSS */
.skull {
color: #e3d8c9;
}
.parisian-cashmere {
color: #d1c6b8;
}
.ashes-to-ashes {
color: #bab4a1;
}
.frosty-cedar {
color: #a6a58c;
}
.jade-spell {
color: #c2e5d4;
}
/* CSS Variables */
:root {
--skull:#e3d8c9;
--parisian-cashmere:#d1c6b8;
--ashes-to-ashes:#bab4a1;
--frosty-cedar:#a6a58c;
--jade-spell:#c2e5d4;
}