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: #ff99b6;
}
.color-2 {
color: #ff7086;
}
.color-3 {
color: #ff4d6d;
}
.color-4 {
color: #ff2954;
}
.color-5 {
color: #ff0044;
}
/* CSS Variables */
:root {
--color-1: #ff99b6;
--color-2: #ff7086;
--color-3: #ff4d6d;
--color-4: #ff2954;
--color-5: #ff0044;
}
Bright Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff99b6, #ff7086, #ff4d6d, #ff2954, #ff0044);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff99b6, #ff7086, #ff4d6d, #ff2954, #ff0044);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Bright Pink color palette created on .