Color names in this palette
CSS code for this palette
/* CSS */
.martian-ironearth {
color: #c25a47;
}
.masoho-red {
color: #d57b6d;
}
.modestly-peach {
color: #e9a59b;
}
.brilliant-beige {
color: #f2c5b5;
}
.pearly {
color: #f5e3e0;
}
/* CSS Variables */
:root {
--martian-ironearth:#c25a47;
--masoho-red:#d57b6d;
--modestly-peach:#e9a59b;
--brilliant-beige:#f2c5b5;
--pearly:#f5e3e0;
}