Color names in this palette
CSS code for this palette
/* CSS */
.martian {
color: #b49c31;
}
.crater-brown {
color: #4c3d3f;
}
.cat-s-eye-marble {
color: #d7a55b;
}
.giant-s-club {
color: #b15b4e;
}
.misty-memories {
color: #e6c1d4;
}
/* CSS Variables */
:root {
--martian:#b49c31;
--crater-brown:#4c3d3f;
--cat-s-eye-marble:#d7a55b;
--giant-s-club:#b15b4e;
--misty-memories:#e6c1d4;
}