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