Vibrant Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Pink palette

Share this palette to:

Vibrant Pink color palette PNG image

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: #ff4d7f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #50c2f7;
}
.color-4 {
color: #a4d5a6;
}
.color-5 {
color: #f490b1;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ffb84d;
--color-3: #50c2f7;
--color-4: #a4d5a6;
--color-5: #f490b1;
}

Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ffb84d, #50c2f7, #a4d5a6, #f490b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ffb84d, #50c2f7, #a4d5a6, #f490b1);
}

Vibrant Pink color palette created on .