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: #ffb347;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d7e;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #9b58b6;
}
/* CSS Variables */
:root {
--color-1: #ffb347;
--color-2: #ff6e61;
--color-3: #ff3d7e;
--color-4: #d6006f;
--color-5: #9b58b6;
}
Vibrant Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb347, #ff6e61, #ff3d7e, #d6006f, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb347, #ff6e61, #ff3d7e, #d6006f, #9b58b6);
}
Similar color palettes
Vibrant Pink color palette created on .