Bright Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Pink palette
Bright Pink color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #ffb347;
}
.color-4 {
color: #a3d86f;
}
.color-5 {
color: #e84a7a;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9dc5;
--color-3: #ffb347;
--color-4: #a3d86f;
--color-5: #e84a7a;
}
Bright Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9dc5, #ffb347, #a3d86f, #e84a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9dc5, #ffb347, #a3d86f, #e84a7a);
}
Similar color palettes
Scroll down to explore 800+ Bright color palettes
Bright Pink color palette created on .