Glitchy Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Glitchy Blue palette
Glitchy Blue color palette CSS
/* CSS */
.color-1 {
color: #1f1f51;
}
.color-2 {
color: #4b4b9b;
}
.color-3 {
color: #8a8aff;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #ff3c00;
}
/* CSS Variables */
:root {
--color-1: #1f1f51;
--color-2: #4b4b9b;
--color-3: #8a8aff;
--color-4: #f0a800;
--color-5: #ff3c00;
}
Glitchy Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f51, #4b4b9b, #8a8aff, #f0a800, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f51, #4b4b9b, #8a8aff, #f0a800, #ff3c00);
}
Similar color palettes
Glitchy Blue color palette created on .