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: #a06e9a;
}
.color-2 {
color: #bd9fc6;
}
.color-3 {
color: #e0c5e7;
}
.color-4 {
color: #f3d3e6;
}
.color-5 {
color: #f5a8c7;
}

/* CSS Variables */
:root {
--color-1: #a06e9a;
--color-2: #bd9fc6;
--color-3: #e0c5e7;
--color-4: #f3d3e6;
--color-5: #f5a8c7;
}

Whispers of Wisteria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a06e9a, #bd9fc6, #e0c5e7, #f3d3e6, #f5a8c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a06e9a, #bd9fc6, #e0c5e7, #f3d3e6, #f5a8c7);
}

Whispers of Wisteria color palette created on .