Color names in this palette
CSS code for this palette
/* CSS */
.murray-red {
color: #6d3b3b;
}
.lotus {
color: #894d4d;
}
.horizon-glow {
color: #af6e6e;
}
.mulled-spice {
color: #d3a478;
}
.warming-peach {
color: #e6b9a2;
}
/* CSS Variables */
:root {
--murray-red:#6d3b3b;
--lotus:#894d4d;
--horizon-glow:#af6e6e;
--mulled-spice:#d3a478;
--warming-peach:#e6b9a2;
}