Soft Wisteria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Wisteria palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Wisteria Color Palette (PNG)
Soft Wisteria color palette CSS
/* CSS */
.color-1 {
color: #e2b8e5;
}
.color-2 {
color: #d8a6d9;
}
.color-3 {
color: #c89cd3;
}
.color-4 {
color: #b6a8e1;
}
.color-5 {
color: #a3b6e1;
}
/* CSS Variables */
:root {
--color-1: #e2b8e5;
--color-2: #d8a6d9;
--color-3: #c89cd3;
--color-4: #b6a8e1;
--color-5: #a3b6e1;
}
Soft Wisteria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8e5, #d8a6d9, #c89cd3, #b6a8e1, #a3b6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8e5, #d8a6d9, #c89cd3, #b6a8e1, #a3b6e1);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Soft Wisteria color palette created on .