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