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: #ff5c7c;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcc33;
}
.color-4 {
color: #70ff86;
}
.color-5 {
color: #00b4f0;
}

/* CSS Variables */
:root {
--color-1: #ff5c7c;
--color-2: #ffa142;
--color-3: #ffcc33;
--color-4: #70ff86;
--color-5: #00b4f0;
}

Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c7c, #ffa142, #ffcc33, #70ff86, #00b4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c7c, #ffa142, #ffcc33, #70ff86, #00b4f0);
}

Vibrant Pink color palette created on .