Color names in this palette
CSS code for this palette
/* CSS */
.raw-copper {
color: #c66a4e;
}
.boot-hill-ghost {
color: #dfaf8b;
}
.bloodthirsty-beige {
color: #f6d5d0;
}
.chinese-porcelain {
color: #3f5d7d;
}
.egyptian-gold {
color: #eca94b;
}
/* CSS Variables */
:root {
--raw-copper:#c66a4e;
--boot-hill-ghost:#dfaf8b;
--bloodthirsty-beige:#f6d5d0;
--chinese-porcelain:#3f5d7d;
--egyptian-gold:#eca94b;
}