Violet Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Violet Reverie palette
Violet Reverie color palette CSS
/* CSS */
.color-1 {
color: #c87aff;
}
.color-2 {
color: #a64dc7;
}
.color-3 {
color: #7829a3;
}
.color-4 {
color: #5b0080;
}
.color-5 {
color: #3d005c;
}
/* CSS Variables */
:root {
--color-1: #c87aff;
--color-2: #a64dc7;
--color-3: #7829a3;
--color-4: #5b0080;
--color-5: #3d005c;
}
Violet Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c87aff, #a64dc7, #7829a3, #5b0080, #3d005c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c87aff, #a64dc7, #7829a3, #5b0080, #3d005c);
}
Similar color palettes
- Whimsical Twilight
- Celestial Dawn
- Blue Sunrise
- 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
Violet Reverie color palette created on .