Punk Rock Color Palette
Discover the beautiful Punk Rock color palette featuring sunset orange (#ff4d4d), steel gray (#1f1a2d), thunder (#3d293c), web orange (#f5a300) and surfie green (#0e7c7a).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withRed, Black, Purple, Yellow, Teal, Bright, Vibrant, Rock, Alternative 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 Punk Rock palette
💻 Punk Rock color palette CSS
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #1f1a2d;
}
.color-3 {
color: #3d293c;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #0e7c7a;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #1f1a2d;
--color-3: #3d293c;
--color-4: #f5a300;
--color-5: #0e7c7a;
} 🌈 Punk Rock background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #1f1a2d, #3d293c, #f5a300, #0e7c7a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #1f1a2d, #3d293c, #f5a300, #0e7c7a);
} 🔗 Explore similar color palettes
Punk Rock color palette created on .