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