Color names in this palette
CSS code for this palette
/* CSS */
.raw-copper {
color: #c66a4e;
}
.sun-s-rage {
color: #a84f38;
}
.dusty-coral {
color: #d29b84;
}
.christmas-brown {
color: #5c282e;
}
.magic-lamp {
color: #c2a161;
}
/* CSS Variables */
:root {
--raw-copper:#c66a4e;
--sun-s-rage:#a84f38;
--dusty-coral:#d29b84;
--christmas-brown:#5c282e;
--magic-lamp:#c2a161;
}