Pink Wisteria Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Wisteria Shades palette

Share this palette to:

Pink Wisteria Shades color palette CSS

/* CSS */
.color-1 {
color: #d7a8d4;
}
.color-2 {
color: #b67bb7;
}
.color-3 {
color: #9d4c9e;
}
.color-4 {
color: #6d2c6c;
}
.color-5 {
color: #3f1d3f;
}

/* CSS Variables */
:root {
--color-1: #d7a8d4;
--color-2: #b67bb7;
--color-3: #9d4c9e;
--color-4: #6d2c6c;
--color-5: #3f1d3f;
}

Pink Wisteria Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a8d4, #b67bb7, #9d4c9e, #6d2c6c, #3f1d3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a8d4, #b67bb7, #9d4c9e, #6d2c6c, #3f1d3f);
}

Pink Wisteria Shades color palette created on .