Wisteria Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wisteria Moon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Wisteria Moon Color Palette (PNG)
Wisteria Moon color palette CSS
/* CSS */
.color-1 {
color: #a29acb;
}
.color-2 {
color: #b7a1d9;
}
.color-3 {
color: #d0b3e5;
}
.color-4 {
color: #e4c3ea;
}
.color-5 {
color: #f6ebff;
}
/* CSS Variables */
:root {
--color-1: #a29acb;
--color-2: #b7a1d9;
--color-3: #d0b3e5;
--color-4: #e4c3ea;
--color-5: #f6ebff;
}
Wisteria Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a29acb, #b7a1d9, #d0b3e5, #e4c3ea, #f6ebff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a29acb, #b7a1d9, #d0b3e5, #e4c3ea, #f6ebff);
}
Similar color palettes
Scroll down to explore 1000+ colors.wisteria color palettes
Wisteria Moon color palette created on .