Glitch World Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Glitch World palette
Color Inspiration
Images that showcase this color palette in real designs
Download Glitch World Color Palette (PNG)
Glitch World color palette CSS
/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #00bfff;
}
.color-4 {
color: #80ff00;
}
.color-5 {
color: #ff8052;
}
/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #8a2ce2;
--color-3: #00bfff;
--color-4: #80ff00;
--color-5: #ff8052;
}
Glitch World background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #8a2ce2, #00bfff, #80ff00, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #8a2ce2, #00bfff, #80ff00, #ff8052);
}
Similar color palettes
Glitch World color palette created on .