Purple Magic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Magic palette
Purple Magic color palette CSS
/* CSS */
.color-1 {
color: #a77ccb;
}
.color-2 {
color: #e2b8ef;
}
.color-3 {
color: #f9e33e;
}
.color-4 {
color: #f9b14e;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #e2b8ef;
--color-3: #f9e33e;
--color-4: #f9b14e;
--color-5: #f76e6e;
}
Purple Magic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #e2b8ef, #f9e33e, #f9b14e, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #e2b8ef, #f9e33e, #f9b14e, #f76e6e);
}
Similar color palettes
- Whispers of Lavender
- Purple Heartbreak
- Purple Magic
- Celestial Dreamscape
- Celestial Whispers
- Purple Dream
- Celestial Descent
- 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 Magic color palette created on .