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: #6800b3;
}
.color-2 {
color: #a35cc7;
}
.color-3 {
color: #d6a1e8;
}
.color-4 {
color: #f0b3ff;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #6800b3;
--color-2: #a35cc7;
--color-3: #d6a1e8;
--color-4: #f0b3ff;
--color-5: #ff7092;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6800b3, #a35cc7, #d6a1e8, #f0b3ff, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6800b3, #a35cc7, #d6a1e8, #f0b3ff, #ff7092);
}
Similar color palettes
- Purple Night
- 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
Shades of Purple color palette created on .