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: #aab7d5;
}
.color-2 {
color: #d5c2e0;
}
.color-3 {
color: #e6b3e5;
}
.color-4 {
color: #f6a2c1;
}
.color-5 {
color: #f6c4b1;
}

/* CSS Variables */
:root {
--color-1: #aab7d5;
--color-2: #d5c2e0;
--color-3: #e6b3e5;
--color-4: #f6a2c1;
--color-5: #f6c4b1;
}

Whispers of Wisteria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aab7d5, #d5c2e0, #e6b3e5, #f6a2c1, #f6c4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aab7d5, #d5c2e0, #e6b3e5, #f6a2c1, #f6c4b1);
}

Whispers of Wisteria color palette created on .