Glitch Color Palette
Discover the beautiful Glitch color palette featuring port gore (#1c1e3f), chambray (#3b5b8c), fountain blue (#5bb8c8), golden sand (#f0e17f) and froly (#f76e6e).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Glitch palette
💻 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);
} 🔗 Explore similar color palettes
Glitch color palette created on .