Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.fireglow {
color: #d55f3f;
}
.light-amber-orange {
color: #e99b77;
}
.sand-island {
color: #f4d0c3;
}
.mette-penne {
color: #f9e1d2;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--fireglow:#d55f3f;
--light-amber-orange:#e99b77;
--sand-island:#f4d0c3;
--mette-penne:#f9e1d2;
}