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