Punk Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Punk Pink palette

Share this palette to:

Punk Pink color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #a4d8f4;
}
.color-5 {
color: #4051b5;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff6d1f;
--color-3: #ffcc00;
--color-4: #a4d8f4;
--color-5: #4051b5;
}

Punk Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff6d1f, #ffcc00, #a4d8f4, #4051b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff6d1f, #ffcc00, #a4d8f4, #4051b5);
}

Punk Pink color palette created on .