Haunting Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Haunting Purple palette
Haunting Purple color palette CSS
/* CSS */
.color-1 {
color: #483d6c;
}
.color-2 {
color: #6e5b8f;
}
.color-3 {
color: #9a79af;
}
.color-4 {
color: #b8a7d7;
}
.color-5 {
color: #e5c7ff;
}
/* CSS Variables */
:root {
--color-1: #483d6c;
--color-2: #6e5b8f;
--color-3: #9a79af;
--color-4: #b8a7d7;
--color-5: #e5c7ff;
}
Haunting Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #483d6c, #6e5b8f, #9a79af, #b8a7d7, #e5c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #483d6c, #6e5b8f, #9a79af, #b8a7d7, #e5c7ff);
}
Similar color palettes
- Electric Dreamscape
- Purple Witches
- 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
Haunting Purple color palette created on .