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