Vibrant Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Pink palette

Share this palette to:

Download Vibrant Pink Color Palette (PNG)

Download vibrant pink color palette PNG image (landscape)
Download vibrant pink color palette PNG image (square)

Vibrant Pink color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff7142;
--color-3: #ff4d7f;
--color-4: #d6006f;
--color-5: #690571;
}

Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff7142, #ff4d7f, #d6006f, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff7142, #ff4d7f, #d6006f, #690571);
}

Vibrant Pink color palette created on .