Light Wisteria Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Wisteria palette

Share this palette to:

Light Wisteria color palette PNG image

Download light wisteria color palette PNG image (landscape)
Download light wisteria color palette PNG image (square)

Light Wisteria color palette CSS

/* CSS */
.color-1 {
color: #d7b2e6;
}
.color-2 {
color: #a9a3d1;
}
.color-3 {
color: #8e7dbf;
}
.color-4 {
color: #c0a5d9;
}
.color-5 {
color: #e1c5e7;
}

/* CSS Variables */
:root {
--color-1: #d7b2e6;
--color-2: #a9a3d1;
--color-3: #8e7dbf;
--color-4: #c0a5d9;
--color-5: #e1c5e7;
}

Light Wisteria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b2e6, #a9a3d1, #8e7dbf, #c0a5d9, #e1c5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b2e6, #a9a3d1, #8e7dbf, #c0a5d9, #e1c5e7);
}

Light Wisteria color palette created on .