Whispers of Wisteria Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Wisteria palette

Share this palette to:

Whispers of Wisteria color palette CSS

/* CSS */
.color-1 {
color: #b3a1d4;
}
.color-2 {
color: #d1c5e2;
}
.color-3 {
color: #e0d2ef;
}
.color-4 {
color: #f4e8f8;
}
.color-5 {
color: #b9a0ca;
}

/* CSS Variables */
:root {
--color-1: #b3a1d4;
--color-2: #d1c5e2;
--color-3: #e0d2ef;
--color-4: #f4e8f8;
--color-5: #b9a0ca;
}

Whispers of Wisteria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3a1d4, #d1c5e2, #e0d2ef, #f4e8f8, #b9a0ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3a1d4, #d1c5e2, #e0d2ef, #f4e8f8, #b9a0ca);
}

Whispers of Wisteria color palette created on .