Whimsical Wisteria Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Wisteria Dream palette

Share this palette to:

Whimsical Wisteria Dream color palette CSS

/* CSS */
.color-1 {
color: #bea3d7;
}
.color-2 {
color: #a76c9b;
}
.color-3 {
color: #daa6e8;
}
.color-4 {
color: #e6b3d8;
}
.color-5 {
color: #f0e1f9;
}

/* CSS Variables */
:root {
--color-1: #bea3d7;
--color-2: #a76c9b;
--color-3: #daa6e8;
--color-4: #e6b3d8;
--color-5: #f0e1f9;
}

Whimsical Wisteria Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bea3d7, #a76c9b, #daa6e8, #e6b3d8, #f0e1f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bea3d7, #a76c9b, #daa6e8, #e6b3d8, #f0e1f9);
}

Whimsical Wisteria Dream color palette created on .