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: #b7a1e8;
}
.color-2 {
color: #d2c5f7;
}
.color-3 {
color: #e4d6ff;
}
.color-4 {
color: #f3e5ff;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #b7a1e8;
--color-2: #d2c5f7;
--color-3: #e4d6ff;
--color-4: #f3e5ff;
--color-5: #ffffff;
}
Light Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a1e8, #d2c5f7, #e4d6ff, #f3e5ff, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a1e8, #d2c5f7, #e4d6ff, #f3e5ff, #ffffff);
}
Similar color palettes
- Blue Moon
- Dark Grey and Light Blue Harmony
- Twilight Enchantment
- River Serenade
- Lunar Serenity
- Whimsical Urban Dreamscape
- Twilight Serenity
- Coastal Serenity
- Pastel Pink
- Purple Pastel
- Light Blue Bubbles
- Lavender Shades
- Green Flora
- Frosted Serenity
- Glacial Serenity
- Pastel Pink
- Light Blue Winter Tundra
- Serene Skies and Blushing Blooms
Light Purple color palette created on .