Shades of Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Purple palette
Shades of Purple color palette CSS
/* CSS */
.color-1 {
color: #3c2a92;
}
.color-2 {
color: #5e4c9a;
}
.color-3 {
color: #7f6bb3;
}
.color-4 {
color: #a06bb3;
}
.color-5 {
color: #d19e52;
}
/* CSS Variables */
:root {
--color-1: #3c2a92;
--color-2: #5e4c9a;
--color-3: #7f6bb3;
--color-4: #a06bb3;
--color-5: #d19e52;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a92, #5e4c9a, #7f6bb3, #a06bb3, #d19e52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a92, #5e4c9a, #7f6bb3, #a06bb3, #d19e52);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
- Melancholic Harmony
- Shades of Blue
- Light Blue Seagull
- Whimsical Blooms
- Mistful Harmony
- Celestial Tides
- Stellar Shores
- Shades of Blue
- Serene Skies and Shimmering Clouds
- Starlit Serenity
- Shades of Purple
- Aqua Odyssey
- Whispers of Dawn
- Midnight Market Breeze
- Blue Night Festival
- Teal Trident
- Muted Blue Castle
- Celestial Masquerade
Shades of Purple color palette created on .