Color names in this palette
CSS code for this palette
/* CSS */
.prayer-flag {
color: #d59a6c;
}
.raw-copper {
color: #c16a4e;
}
.santa-fe-sunset {
color: #a85b4d;
}
.burled-redwood {
color: #8d4c3a;
}
.dromedary-camel {
color: #caae86;
}
/* CSS Variables */
:root {
--prayer-flag:#d59a6c;
--raw-copper:#c16a4e;
--santa-fe-sunset:#a85b4d;
--burled-redwood:#8d4c3a;
--dromedary-camel:#caae86;
}