Color names in this palette
CSS code for this palette
/* CSS */
.flaxseed {
color: #f7e6c5;
}
.radome-tan {
color: #f1c7a2;
}
.modestly-peach {
color: #e9a59b;
}
.masoho-red {
color: #d57e6d;
}
.red-panda {
color: #c24d1e;
}
/* CSS Variables */
:root {
--flaxseed:#f7e6c5;
--radome-tan:#f1c7a2;
--modestly-peach:#e9a59b;
--masoho-red:#d57e6d;
--red-panda:#c24d1e;
}