Color names in this palette
CSS code for this palette
/* CSS */
.crater-brown {
color: #4c3e3e;
}
.book-binder {
color: #7f5c5c;
}
.roaring-twenties {
color: #b49d9d;
}
.powdered-petals {
color: #e1c6c6;
}
.pink-vibernum {
color: #f4e6e6;
}
/* CSS Variables */
:root {
--crater-brown:#4c3e3e;
--book-binder:#7f5c5c;
--roaring-twenties:#b49d9d;
--powdered-petals:#e1c6c6;
--pink-vibernum:#f4e6e6;
}