Wisteria Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wisteria Dreams palette

Share this palette to:

Download Wisteria Dreams Color Palette (PNG)

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

Wisteria Dreams color palette CSS

/* CSS */
.color-1 {
color: #dbc5e7;
}
.color-2 {
color: #b286c6;
}
.color-3 {
color: #8d68ac;
}
.color-4 {
color: #593681;
}
.color-5 {
color: #32184e;
}

/* CSS Variables */
:root {
--color-1: #dbc5e7;
--color-2: #b286c6;
--color-3: #8d68ac;
--color-4: #593681;
--color-5: #32184e;
}

Wisteria Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbc5e7, #b286c6, #8d68ac, #593681, #32184e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbc5e7, #b286c6, #8d68ac, #593681, #32184e);
}

Wisteria Dreams color palette created on .