Glitchtrap Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Glitchtrap palette

Share this palette to:

Glitchtrap color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #32cd32;
}
.color-5 {
color: #1f8fff;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #ff8052;
--color-3: #ffd900;
--color-4: #32cd32;
--color-5: #1f8fff;
}

Glitchtrap background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #ff8052, #ffd900, #32cd32, #1f8fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #ff8052, #ffd900, #32cd32, #1f8fff);
}

Glitchtrap color palette created on .