Color names in this palette
CSS code for this palette
/* CSS */
.crater-brown {
color: #4c3e3e;
}
.hickory-cliff {
color: #7c6e6e;
}
.flexible-grey {
color: #afa1a1;
}
.powdered-petals {
color: #e2c5c5;
}
.shattered-porcelain {
color: #efe1e1;
}
/* CSS Variables */
:root {
--crater-brown:#4c3e3e;
--hickory-cliff:#7c6e6e;
--flexible-grey:#afa1a1;
--powdered-petals:#e2c5c5;
--shattered-porcelain:#efe1e1;
}