Glitch Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Glitch Spectrum palette
Glitch Spectrum color palette CSS
/* CSS */
.color-1 {
color: #d42b2e;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f3e13f;
}
.color-4 {
color: #3c8b3e;
}
.color-5 {
color: #2c77b5;
}
/* CSS Variables */
:root {
--color-1: #d42b2e;
--color-2: #f6b83c;
--color-3: #f3e13f;
--color-4: #3c8b3e;
--color-5: #2c77b5;
}
Glitch Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d42b2e, #f6b83c, #f3e13f, #3c8b3e, #2c77b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d42b2e, #f6b83c, #f3e13f, #3c8b3e, #2c77b5);
}
Similar color palettes
Glitch Spectrum color palette created on .