Light Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Purple palette
Light Purple color palette CSS
/* CSS */
.color-1 {
color: #d6c8df;
}
.color-2 {
color: #e8d4f7;
}
.color-3 {
color: #f4e0ff;
}
.color-4 {
color: #f8d3e2;
}
.color-5 {
color: #f2b1d9;
}
/* CSS Variables */
:root {
--color-1: #d6c8df;
--color-2: #e8d4f7;
--color-3: #f4e0ff;
--color-4: #f8d3e2;
--color-5: #f2b1d9;
}
Light Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c8df, #e8d4f7, #f4e0ff, #f8d3e2, #f2b1d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c8df, #e8d4f7, #f4e0ff, #f8d3e2, #f2b1d9);
}
Similar color palettes
Light Purple color palette created on .