Color names in this palette
CSS code for this palette
/* CSS */
.radigan-conagher-brown {
color: #6a4d39;
}
.amber-autumn {
color: #c69c6c;
}
.gentle-doe {
color: #e9b590;
}
.ginger-peach {
color: #f9d29f;
}
.illuminated {
color: #f9e6d7;
}
/* CSS Variables */
:root {
--radigan-conagher-brown:#6a4d39;
--amber-autumn:#c69c6c;
--gentle-doe:#e9b590;
--ginger-peach:#f9d29f;
--illuminated:#f9e6d7;
}