Discover the beautiful Shades of Purple Blue color palette featuring victoria (#5c3f8d), deluge (#796eb4), logan (#a7a3c2), periwinkle gray (#c5cae2) and prelude (#e0c4e4).
Shades of Purple Blue 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 Shades of Purple Blue palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Shades of Purple Blue palette
💻 Shades of Purple Blue color palette CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #796eb4;
}
.color-3 {
color: #a7a3c2;
}
.color-4 {
color: #c5cae2;
}
.color-5 {
color: #e0c4e4;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #796eb4;
--color-3: #a7a3c2;
--color-4: #c5cae2;
--color-5: #e0c4e4;
}
🌈 Shades of Purple Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #796eb4, #a7a3c2, #c5cae2, #e0c4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #796eb4, #a7a3c2, #c5cae2, #e0c4e4);
}
🔗 Explore similar color palettes
Shades of Purple Blue color palette created on .