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: #ff4d8e;
}
.color-2 {
color: #ff7e3d;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #7edc79;
}
.color-5 {
color: #4d8eff;
}

/* CSS Variables */
:root {
--color-1: #ff4d8e;
--color-2: #ff7e3d;
--color-3: #ffb700;
--color-4: #7edc79;
--color-5: #4d8eff;
}

Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d8e, #ff7e3d, #ffb700, #7edc79, #4d8eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d8e, #ff7e3d, #ffb700, #7edc79, #4d8eff);
}

Vibrant Pink color palette created on .