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: #60e6ce;
}
.color-2 {
color: #a4e3f4;
}
.color-3 {
color: #f6a2e8;
}
.color-4 {
color: #ff5c9a;
}
.color-5 {
color: #ffb65c;
}
/* CSS Variables */
:root {
--color-1: #60e6ce;
--color-2: #a4e3f4;
--color-3: #f6a2e8;
--color-4: #ff5c9a;
--color-5: #ffb65c;
}
Bright Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60e6ce, #a4e3f4, #f6a2e8, #ff5c9a, #ffb65c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60e6ce, #a4e3f4, #f6a2e8, #ff5c9a, #ffb65c);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Bright Pink color palette created on .