Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.muddy-quicksand {
color: #c19a8a;
}
.montezuma-s-castle {
color: #d8ae9d;
}
.serene-pink {
color: #f4c4b8;
}
.canyonville {
color: #f5dfd1;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--muddy-quicksand:#c19a8a;
--montezuma-s-castle:#d8ae9d;
--serene-pink:#f4c4b8;
--canyonville:#f5dfd1;
}