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: #f9b4d2;
}
.color-2 {
color: #ffe2a3;
}
.color-3 {
color: #a6e3bb;
}
.color-4 {
color: #6db2f3;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #f9b4d2;
--color-2: #ffe2a3;
--color-3: #a6e3bb;
--color-4: #6db2f3;
--color-5: #ff6b6b;
}
Bright Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4d2, #ffe2a3, #a6e3bb, #6db2f3, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4d2, #ffe2a3, #a6e3bb, #6db2f3, #ff6b6b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Bright Pink color palette created on .