Light Wisteria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Wisteria palette
Light Wisteria color palette CSS
/* CSS */
.color-1 {
color: #dab3e0;
}
.color-2 {
color: #caa2dd;
}
.color-3 {
color: #b49bca;
}
.color-4 {
color: #a78ab7;
}
.color-5 {
color: #9f78b5;
}
/* CSS Variables */
:root {
--color-1: #dab3e0;
--color-2: #caa2dd;
--color-3: #b49bca;
--color-4: #a78ab7;
--color-5: #9f78b5;
}
Light Wisteria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dab3e0, #caa2dd, #b49bca, #a78ab7, #9f78b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dab3e0, #caa2dd, #b49bca, #a78ab7, #9f78b5);
}
Similar color palettes
Light Wisteria color palette created on .