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: #ff5c9a;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #6feb84;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #ff5c9a;
--color-2: #ffb86b;
--color-3: #ffd83d;
--color-4: #6feb84;
--color-5: #4b91e2;
}

Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c9a, #ffb86b, #ffd83d, #6feb84, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c9a, #ffb86b, #ffd83d, #6feb84, #4b91e2);
}

Vibrant Pink color palette created on .