Discover the beautiful Pastel Purple color palette featuring wistful (#b0b0d8), twilight (#e1c6da), illusion (#f7b1d0), vivid tangerine (#ff8080) and butterfly bush (#5d4b8b).
Pastel Purple Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
Explore how the Pastel Purple palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Pastel Purple palette
💻 Pastel Purple color palette CSS
/* CSS */
.color-1 {
color: #b0b0d8;
}
.color-2 {
color: #e1c6da;
}
.color-3 {
color: #f7b1d0;
}
.color-4 {
color: #ff8080;
}
.color-5 {
color: #5d4b8b;
}
/* CSS Variables */
:root {
--color-1: #b0b0d8;
--color-2: #e1c6da;
--color-3: #f7b1d0;
--color-4: #ff8080;
--color-5: #5d4b8b;
}
🌈 Pastel Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b0d8, #e1c6da, #f7b1d0, #ff8080, #5d4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b0d8, #e1c6da, #f7b1d0, #ff8080, #5d4b8b);
}
🔗 Explore similar color palettes
Pastel Purple color palette created on .