Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.taffy {
color: #c39969;
}
.gin-fizz {
color: #f7e8ca;
}
.marsh-fog {
color: #c5d8c5;
}
.exotic-flowers {
color: #7d3f4f;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--taffy:#c39969;
--gin-fizz:#f7e8ca;
--marsh-fog:#c5d8c5;
--exotic-flowers:#7d3f4f;
}