Punk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Punk palette

Share this palette to:

Punk color palette PNG image

Download punk color palette PNG image (landscape)
Download punk color palette PNG image (square)

Punk color palette CSS

/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff9100;
}
.color-4 {
color: #ffc105;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ff6e00;
--color-3: #ff9100;
--color-4: #ffc105;
--color-5: #ffec3d;
}

Punk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ff6e00, #ff9100, #ffc105, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ff6e00, #ff9100, #ffc105, #ffec3d);
}

Punk color palette created on .