Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a65e9e;
}
.copperfield {
color: #da8b8d;
}
.antique-cameo {
color: #f1b7a2;
}
.tequila {
color: #f3d2a5;
}
.coral-blossom {
color: #f8c0a0;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a65e9e;
--copperfield:#da8b8d;
--antique-cameo:#f1b7a2;
--tequila:#f3d2a5;
--coral-blossom:#f8c0a0;
}