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: #e3c8ea;
}
.color-2 {
color: #cab3d0;
}
.color-3 {
color: #a58cb5;
}
.color-4 {
color: #e5dff1;
}
.color-5 {
color: #f5f2f7;
}
/* CSS Variables */
:root {
--color-1: #e3c8ea;
--color-2: #cab3d0;
--color-3: #a58cb5;
--color-4: #e5dff1;
--color-5: #f5f2f7;
}
Light Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3c8ea, #cab3d0, #a58cb5, #e5dff1, #f5f2f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3c8ea, #cab3d0, #a58cb5, #e5dff1, #f5f2f7);
}
Similar color palettes
Light Purple color palette created on .