Glitch Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Glitch palette

Share this palette to:

Download Glitch Color Palette (PNG)

Download glitch color palette PNG image (landscape)
Download glitch color palette PNG image (square)

Glitch color palette CSS

/* CSS */
.color-1 {
color: #1f1f2e;
}
.color-2 {
color: #4a4a6d;
}
.color-3 {
color: #7979af;
}
.color-4 {
color: #c9701d;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #1f1f2e;
--color-2: #4a4a6d;
--color-3: #7979af;
--color-4: #c9701d;
--color-5: #ff4d4d;
}

Glitch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2e, #4a4a6d, #7979af, #c9701d, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2e, #4a4a6d, #7979af, #c9701d, #ff4d4d);
}

Glitch color palette created on .