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: #1c1e3f;
}
.color-2 {
color: #3b5b8c;
}
.color-3 {
color: #5bb8c8;
}
.color-4 {
color: #f0e17f;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #1c1e3f;
--color-2: #3b5b8c;
--color-3: #5bb8c8;
--color-4: #f0e17f;
--color-5: #f76e6e;
}

Glitch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e3f, #3b5b8c, #5bb8c8, #f0e17f, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e3f, #3b5b8c, #5bb8c8, #f0e17f, #f76e6e);
}

Glitch color palette created on .