Intense Gaming Color Palette
Discover the beautiful Intense Gaming color palette featuring port gore (#1f1f4c), gigas (#3b3b8c), blue violet (#6161b3), cape palliser (#a5703b) and mojo (#c84141).
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 Intense Gaming palette
💻 Intense Gaming color palette CSS
/* CSS */
.color-1 {
color: #1f1f4c;
}
.color-2 {
color: #3b3b8c;
}
.color-3 {
color: #6161b3;
}
.color-4 {
color: #a5703b;
}
.color-5 {
color: #c84141;
}
/* CSS Variables */
:root {
--color-1: #1f1f4c;
--color-2: #3b3b8c;
--color-3: #6161b3;
--color-4: #a5703b;
--color-5: #c84141;
} 🌈 Intense Gaming background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4c, #3b3b8c, #6161b3, #a5703b, #c84141);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4c, #3b3b8c, #6161b3, #a5703b, #c84141);
} 🔗 Explore similar color palettes
Intense Gaming color palette created on .