Punk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Punk palette
Color Inspiration
Images that showcase this color palette in real designs
Download Punk Color Palette (PNG)
Punk color palette CSS
/* CSS */
.color-1 {
color: #ff5c8a;
}
.color-2 {
color: #ff2e54;
}
.color-3 {
color: #b03b8f;
}
.color-4 {
color: #4a0080;
}
.color-5 {
color: #1a1a1a;
}
/* CSS Variables */
:root {
--color-1: #ff5c8a;
--color-2: #ff2e54;
--color-3: #b03b8f;
--color-4: #4a0080;
--color-5: #1a1a1a;
}
Punk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8a, #ff2e54, #b03b8f, #4a0080, #1a1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8a, #ff2e54, #b03b8f, #4a0080, #1a1a1a);
}
Similar color palettes
Punk color palette created on .