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: #f5a524;
}
.color-2 {
color: #f78db2;
}
.color-3 {
color: #f9e66c;
}
.color-4 {
color: #4cc5e1;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f78db2;
--color-3: #f9e66c;
--color-4: #4cc5e1;
--color-5: #6a4c94;
}

Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f78db2, #f9e66c, #4cc5e1, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f78db2, #f9e66c, #4cc5e1, #6a4c94);
}

Vibrant Pink color palette created on .