Color names in this palette
CSS code for this palette
/* CSS */
.raw-garnet-viola {
color: #8a6a7e;
}
.dull-apricot {
color: #d09a9a;
}
.antique-cameo {
color: #f1b8a2;
}
.citrus-sachet {
color: #f4c9a4;
}
.soft-butter {
color: #f3e1b4;
}
/* CSS Variables */
:root {
--raw-garnet-viola:#8a6a7e;
--dull-apricot:#d09a9a;
--antique-cameo:#f1b8a2;
--citrus-sachet:#f4c9a4;
--soft-butter:#f3e1b4;
}