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: #f0c15c;
}
.color-2 {
color: #f6a05a;
}
.color-3 {
color: #e94e77;
}
.color-4 {
color: #a460a2;
}
.color-5 {
color: #5d8eb6;
}

/* CSS Variables */
:root {
--color-1: #f0c15c;
--color-2: #f6a05a;
--color-3: #e94e77;
--color-4: #a460a2;
--color-5: #5d8eb6;
}

Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c15c, #f6a05a, #e94e77, #a460a2, #5d8eb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c15c, #f6a05a, #e94e77, #a460a2, #5d8eb6);
}

Vibrant Pink color palette created on .