Purple Glitch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Glitch palette
Purple Glitch color palette CSS
/* CSS */
.color-1 {
color: #1f1e3e;
}
.color-2 {
color: #5b4e8d;
}
.color-3 {
color: #8f6bb3;
}
.color-4 {
color: #d6b84c;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #1f1e3e;
--color-2: #5b4e8d;
--color-3: #8f6bb3;
--color-4: #d6b84c;
--color-5: #ff4d4d;
}
Purple Glitch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1e3e, #5b4e8d, #8f6bb3, #d6b84c, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1e3e, #5b4e8d, #8f6bb3, #d6b84c, #ff4d4d);
}
Similar color palettes
Purple Glitch color palette created on .