Color names in this palette
CSS code for this palette
/* CSS */
.crater-brown {
color: #4c3e3e;
}
.muscatel {
color: #7b6b6b;
}
.cool-lavender {
color: #b2a4a4;
}
.fantastic-pink {
color: #e4c9c9;
}
.pink-emulsion {
color: #f2e3e3;
}
/* CSS Variables */
:root {
--crater-brown:#4c3e3e;
--muscatel:#7b6b6b;
--cool-lavender:#b2a4a4;
--fantastic-pink:#e4c9c9;
--pink-emulsion:#f2e3e3;
}