Color names in this palette
CSS code for this palette
/* CSS */
.pussyfoot {
color: #d1b9da;
}
.people-s-choice {
color: #b6a4d0;
}
.wisteria {
color: #a57cbb;
}
.astro-zinger {
color: #7b7cb2;
}
.waikawa-grey {
color: #5d6c92;
}
/* CSS Variables */
:root {
--pussyfoot:#d1b9da;
--people-s-choice:#b6a4d0;
--wisteria:#a57cbb;
--astro-zinger:#7b7cb2;
--waikawa-grey:#5d6c92;
}