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: #c6a2d7;
}
.color-2 {
color: #a67cc0;
}
.color-3 {
color: #8d5b9f;
}
.color-4 {
color: #d4b7e1;
}
.color-5 {
color: #e1bfed;
}

/* CSS Variables */
:root {
--color-1: #c6a2d7;
--color-2: #a67cc0;
--color-3: #8d5b9f;
--color-4: #d4b7e1;
--color-5: #e1bfed;
}

Whispers of Wisteria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6a2d7, #a67cc0, #8d5b9f, #d4b7e1, #e1bfed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6a2d7, #a67cc0, #8d5b9f, #d4b7e1, #e1bfed);
}

Whispers of Wisteria color palette created on .