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: #d1b3e0;
}
.color-2 {
color: #d6a8e6;
}
.color-3 {
color: #e1a6ed;
}
.color-4 {
color: #ef9fe0;
}
.color-5 {
color: #f5b2cf;
}
/* CSS Variables */
:root {
--color-1: #d1b3e0;
--color-2: #d6a8e6;
--color-3: #e1a6ed;
--color-4: #ef9fe0;
--color-5: #f5b2cf;
}
Whispers of Wisteria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b3e0, #d6a8e6, #e1a6ed, #ef9fe0, #f5b2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b3e0, #d6a8e6, #e1a6ed, #ef9fe0, #f5b2cf);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Whispers of Wisteria color palette created on .