Whispers of Wisteria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Wisteria palette
Whispers of Wisteria color palette CSS
/* CSS */
.color-1 {
color: #a27cb6;
}
.color-2 {
color: #b9a8d6;
}
.color-3 {
color: #d1c1e1;
}
.color-4 {
color: #eae4f1;
}
.color-5 {
color: #f5eff4;
}
/* CSS Variables */
:root {
--color-1: #a27cb6;
--color-2: #b9a8d6;
--color-3: #d1c1e1;
--color-4: #eae4f1;
--color-5: #f5eff4;
}
Whispers of Wisteria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a27cb6, #b9a8d6, #d1c1e1, #eae4f1, #f5eff4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a27cb6, #b9a8d6, #d1c1e1, #eae4f1, #f5eff4);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Whispers of Wisteria color palette created on .