Color names in this palette
CSS code for this palette
/* CSS */
.steamed-chestnut {
color: #d4ae7d;
}
.rich-sorrel {
color: #a87d3e;
}
.radigan-conagher-brown {
color: #6a4e39;
}
.athena-pink {
color: #e8b0c4;
}
.bone-white {
color: #f2e1b1;
}
/* CSS Variables */
:root {
--steamed-chestnut:#d4ae7d;
--rich-sorrel:#a87d3e;
--radigan-conagher-brown:#6a4e39;
--athena-pink:#e8b0c4;
--bone-white:#f2e1b1;
}