Vibrant Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Pink palette
Vibrant Pink color palette PNG image
Vibrant Pink color palette CSS
/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #50c2f7;
}
.color-4 {
color: #a4d5a6;
}
.color-5 {
color: #f490b1;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ffb84d;
--color-3: #50c2f7;
--color-4: #a4d5a6;
--color-5: #f490b1;
}
Vibrant Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ffb84d, #50c2f7, #a4d5a6, #f490b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ffb84d, #50c2f7, #a4d5a6, #f490b1);
}
Similar color palettes
Scroll down to explore 1000+ colors. bright color palettes
Vibrant Pink color palette created on .