Color names in this palette
CSS code for this palette
/* CSS */
.murray-red {
color: #6d3b3b;
}
.texas-ranger-brown {
color: #9f512d;
}
.sandrock {
color: #c5b19b;
}
.earth-yellow {
color: #e0a55c;
}
.5 {
color: #f8d48b;
}
/* CSS Variables */
:root {
--murray-red:#6d3b3b;
--texas-ranger-brown:#9f512d;
--sandrock:#c5b19b;
--earth-yellow:#e0a55c;
--5:#f8d48b;
}