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: #ff4d7f;
}
.color-2 {
color: #ff6a3d;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff6a3d;
--color-3: #ffb65c;
--color-4: #ffd900;
--color-5: #ff9900;
}

Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff6a3d, #ffb65c, #ffd900, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff6a3d, #ffb65c, #ffd900, #ff9900);
}

Vibrant Pink color palette created on .