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: #ff70a7;
}
.color-2 {
color: #ffaf75;
}
.color-3 {
color: #ffd685;
}
.color-4 {
color: #97eb05;
}
.color-5 {
color: #ff47d4;
}
/* CSS Variables */
:root {
--color-1: #ff70a7;
--color-2: #ffaf75;
--color-3: #ffd685;
--color-4: #97eb05;
--color-5: #ff47d4;
}
Vibrant Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff70a7, #ffaf75, #ffd685, #97eb05, #ff47d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff70a7, #ffaf75, #ffd685, #97eb05, #ff47d4);
}
Similar color palettes
Vibrant Pink color palette created on .