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: #f6a8ff;
}
.color-2 {
color: #d43a8f;
}
.color-3 {
color: #ff692e;
}
.color-4 {
color: #ffca75;
}
.color-5 {
color: #ffe057;
}
/* CSS Variables */
:root {
--color-1: #f6a8ff;
--color-2: #d43a8f;
--color-3: #ff692e;
--color-4: #ffca75;
--color-5: #ffe057;
}
Vibrant Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8ff, #d43a8f, #ff692e, #ffca75, #ffe057);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8ff, #d43a8f, #ff692e, #ffca75, #ffe057);
}
Similar color palettes
Scroll down to explore 100+ Feminine color palettes
Vibrant Pink color palette created on .