Shades of Wisteria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Wisteria palette
Shades of Wisteria color palette CSS
/* CSS */
.color-1 {
color: #d8bae3;
}
.color-2 {
color: #caa2dd;
}
.color-3 {
color: #a37bc1;
}
.color-4 {
color: #8b5ea1;
}
.color-5 {
color: #6f3b87;
}
/* CSS Variables */
:root {
--color-1: #d8bae3;
--color-2: #caa2dd;
--color-3: #a37bc1;
--color-4: #8b5ea1;
--color-5: #6f3b87;
}
Shades of Wisteria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8bae3, #caa2dd, #a37bc1, #8b5ea1, #6f3b87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8bae3, #caa2dd, #a37bc1, #8b5ea1, #6f3b87);
}
Similar color palettes
Shades of Wisteria color palette created on .