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: #ff5c8a;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #7b1fa3;
}

/* CSS Variables */
:root {
--color-1: #ff5c8a;
--color-2: #00bdd6;
--color-3: #ffec3d;
--color-4: #ff9900;
--color-5: #7b1fa3;
}

Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8a, #00bdd6, #ffec3d, #ff9900, #7b1fa3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8a, #00bdd6, #ffec3d, #ff9900, #7b1fa3);
}

Vibrant Pink color palette created on .