Purple Glitch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Glitch palette
Color Inspiration
Images that showcase this color palette in real designs
Download Purple Glitch Color Palette (PNG)
Purple Glitch color palette CSS
/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #3a2c6d;
}
.color-3 {
color: #5f5e9c;
}
.color-4 {
color: #a58adb;
}
.color-5 {
color: #f5a524;
}
/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #3a2c6d;
--color-3: #5f5e9c;
--color-4: #a58adb;
--color-5: #f5a524;
}
Purple Glitch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #3a2c6d, #5f5e9c, #a58adb, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #3a2c6d, #5f5e9c, #a58adb, #f5a524);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Purple Glitch color palette created on .