Vibrant Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Pink palette
Vibrant Pink color palette CSS
/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ff713d;
}
.color-3 {
color: #ff9b29;
}
.color-4 {
color: #ffcb3d;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff713d;
--color-3: #ff9b29;
--color-4: #ffcb3d;
--color-5: #ffffff;
}
Vibrant Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff713d, #ff9b29, #ffcb3d, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff713d, #ff9b29, #ffcb3d, #ffffff);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Vibrant Pink color palette created on .