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 CSS

/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #6b42ff;
}
.color-4 {
color: #00b8a8;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ffb86b;
--color-3: #6b42ff;
--color-4: #00b8a8;
--color-5: #ffcc00;
}

Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ffb86b, #6b42ff, #00b8a8, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ffb86b, #6b42ff, #00b8a8, #ffcc00);
}

Vibrant Pink color palette created on .