Color names in this palette
CSS code for this palette
/* CSS */
.crater-brown {
color: #4c3e3e;
}
.hickory-cliff {
color: #7c6e6e;
}
.centennial-rose {
color: #b0a6a6;
}
.just-gorgeous {
color: #d5c3c3;
}
.crystal-bell {
color: #f0efef;
}
/* CSS Variables */
:root {
--crater-brown:#4c3e3e;
--hickory-cliff:#7c6e6e;
--centennial-rose:#b0a6a6;
--just-gorgeous:#d5c3c3;
--crystal-bell:#f0efef;
}