Color names in this palette
CSS code for this palette
/* CSS */
.radigan-conagher-brown {
color: #6a4e39;
}
.western-red {
color: #9a685b;
}
.arrow-quiver {
color: #c6a89a;
}
.cream-tan {
color: #e4c9b9;
}
.illuminated {
color: #f9e5d7;
}
/* CSS Variables */
:root {
--radigan-conagher-brown:#6a4e39;
--western-red:#9a685b;
--arrow-quiver:#c6a89a;
--cream-tan:#e4c9b9;
--illuminated:#f9e5d7;
}