Color names in this palette
CSS code for this palette
/* CSS */
.arcane-red {
color: #682c2f;
}
.charleston-cherry {
color: #a0404b;
}
.desert-coral {
color: #d36655;
}
.prairie-sun {
color: #f0a170;
}
.antique-wicker-basket {
color: #f3d2a0;
}
/* CSS Variables */
:root {
--arcane-red:#682c2f;
--charleston-cherry:#a0404b;
--desert-coral:#d36655;
--prairie-sun:#f0a170;
--antique-wicker-basket:#f3d2a0;
}