Color names in this palette
CSS code for this palette
/* CSS */
.white-christmas {
color: #f4e9e7;
}
.roseate-spoonbill {
color: #e0aec3;
}
.girl-power {
color: #d69aca;
}
.mauve-orchid {
color: #a66e8d;
}
.bruise {
color: #7e3e6f;
}
/* CSS Variables */
:root {
--white-christmas:#f4e9e7;
--roseate-spoonbill:#e0aec3;
--girl-power:#d69aca;
--mauve-orchid:#a66e8d;
--bruise:#7e3e6f;
}