Color names in this palette
CSS code for this palette
/* CSS */
.wisley-pink {
color: #f6a498;
}
.brilliant-beige {
color: #f1c4b7;
}
.eau-de-rose {
color: #e2b6d3;
}
.favorite-lavender {
color: #cf9fd6;
}
.wisteria {
color: #a67cc0;
}
/* CSS Variables */
:root {
--wisley-pink:#f6a498;
--brilliant-beige:#f1c4b7;
--eau-de-rose:#e2b6d3;
--favorite-lavender:#cf9fd6;
--wisteria:#a67cc0;
}