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: #672ec2;
}
.color-2 {
color: #7f4bbe;
}
.color-3 {
color: #a68bcb;
}
.color-4 {
color: #d1c2e0;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #672ec2;
--color-2: #7f4bbe;
--color-3: #a68bcb;
--color-4: #d1c2e0;
--color-5: #eab8e4;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #672ec2, #7f4bbe, #a68bcb, #d1c2e0, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #672ec2, #7f4bbe, #a68bcb, #d1c2e0, #eab8e4);
}
Similar color palettes
- Lavender Dreamscape
- Moonlit Blue
- Purple Butterfly
- Pastel Blue Pink Purple
- Purple Mystery
- Bright Purple
- Shades of Purple
- Purple Enchantment
- Whimsical Blossoms
- Whispers of Lilac
- Lavender Dreamscape
- Mystic Twilight
- Crimson Enchantment
- Mystical Orchid Dreams
- Celestial Abyss
- Violet Whispers
- Mystical Persian Dreams
- Enchanted Meadow
Shades of Purple color palette created on .