Dark Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Purple palette
Dark Purple color palette CSS
/* CSS */
.color-1 {
color: #4a3b49;
}
.color-2 {
color: #6a5a6c;
}
.color-3 {
color: #a89db9;
}
.color-4 {
color: #e2c5d4;
}
.color-5 {
color: #f5e5e9;
}
/* CSS Variables */
:root {
--color-1: #4a3b49;
--color-2: #6a5a6c;
--color-3: #a89db9;
--color-4: #e2c5d4;
--color-5: #f5e5e9;
}
Dark Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b49, #6a5a6c, #a89db9, #e2c5d4, #f5e5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b49, #6a5a6c, #a89db9, #e2c5d4, #f5e5e9);
}
Similar color palettes
- Melancholic Elegance
- Shades of Voodoo
- Light Cream
- Whispers of Blossom
- Shades of Pink and Black
- Essence of Elegance
- Shades of Amethyst
- Whispers of Lavender
- Grey Violet Dreams
- Purple Romance
- Ethereal Dusk
- Oceanic Whisper
- Whispers of Renewal
- Frosted Serenity
- Sugared Petal Bliss
- Whispers of Love
- Sunset Breeze
- Whimsical Orchard
Dark Purple color palette created on .