Purple Terror Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Terror palette
Purple Terror color palette CSS
/* CSS */
.color-1 {
color: #3c2a38;
}
.color-2 {
color: #784a8c;
}
.color-3 {
color: #b7a1c9;
}
.color-4 {
color: #f1e5ff;
}
.color-5 {
color: #f1b1b1;
}
/* CSS Variables */
:root {
--color-1: #3c2a38;
--color-2: #784a8c;
--color-3: #b7a1c9;
--color-4: #f1e5ff;
--color-5: #f1b1b1;
}
Purple Terror background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a38, #784a8c, #b7a1c9, #f1e5ff, #f1b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a38, #784a8c, #b7a1c9, #f1e5ff, #f1b1b1);
}
Similar color palettes
- Whispers of Iris
- Enigmatic Amethyst Dreams
- Shades of Yellow and Pink
- Celestial Harmony
- Noche de Misterio
- Enchanted Tresses
- Shades of Heliotrope
- Enchanted Twilight
- Purple Universe
- Purple Virgo
- Dawn's Embrace
- Twilight Seafoam Dream
- Twilight Tides
- Royal Sunset Serenade
- Purple Dystopia
- Shades of Morado
- Celestial Dreams
- Purple Night Party
Purple Terror color palette created on .