Purple Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Dreams palette
Purple Dreams color palette CSS
/* CSS */
.color-1 {
color: #6b509b;
}
.color-2 {
color: #8a69bf;
}
.color-3 {
color: #a48dce;
}
.color-4 {
color: #d2b3ea;
}
.color-5 {
color: #f3d0f6;
}
/* CSS Variables */
:root {
--color-1: #6b509b;
--color-2: #8a69bf;
--color-3: #a48dce;
--color-4: #d2b3ea;
--color-5: #f3d0f6;
}
Purple Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b509b, #8a69bf, #a48dce, #d2b3ea, #f3d0f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b509b, #8a69bf, #a48dce, #d2b3ea, #f3d0f6);
}
Similar color palettes
- Melancholic Elegance
- Twilight Shades of Purple
- Ethereal Dawn
- Ethereal Twilight
- Celestial Dreamscape
- Celestial Reverie
- Purple Sunshine
- Whimsical Farrow Blossoms
- Purple Twilight
- Purple Twilight
- Shades of Blue
- Dreamy Dusk
- Shades of Purple
- Lavender Dreams
- Whispers of the Night
- Shades of Morado
- Teal and Lavender Dream
- Mystical Whimsy
Purple Dreams color palette created on .