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: #f6d55a;
}
.color-2 {
color: #f8e3a0;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #d65cb1;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f8e3a0;
--color-3: #f1a8a2;
--color-4: #d65cb1;
--color-5: #690571;
}

Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f8e3a0, #f1a8a2, #d65cb1, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f8e3a0, #f1a8a2, #d65cb1, #690571);
}

Vibrant Pink color palette created on .