KoRn Vibes Color Palette
Discover the beautiful KoRn Vibes color palette featuring sangria (#9e0000), guardsman red (#c70000), international orange (#ff5100), web orange (#ffaa00) and yellow (#ffff00).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with80s, 90s, Alternative, Band, Orange, Red, Rock, Vibrant, Yellow color palettes and combinations.
💡 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 KoRn Vibes palette
💻 KoRn Vibes color palette CSS
/* CSS */
.color-1 {
color: #9e0000;
}
.color-2 {
color: #c70000;
}
.color-3 {
color: #ff5100;
}
.color-4 {
color: #ffaa00;
}
.color-5 {
color: #ffff00;
}
/* CSS Variables */
:root {
--color-1: #9e0000;
--color-2: #c70000;
--color-3: #ff5100;
--color-4: #ffaa00;
--color-5: #ffff00;
} 🌈 KoRn Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e0000, #c70000, #ff5100, #ffaa00, #ffff00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e0000, #c70000, #ff5100, #ffaa00, #ffff00);
} 🔗 Explore similar color palettes
KoRn Vibes color palette created on .