Balban Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Balban palette
Color Inspiration
Images that showcase this color palette in real designs
Download Balban Color Palette (PNG)
Balban color palette CSS
/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #ff6bb5;
}
.color-3 {
color: #ff1492;
}
.color-4 {
color: #c61585;
}
.color-5 {
color: #8a008a;
}
/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #ff6bb5;
--color-3: #ff1492;
--color-4: #c61585;
--color-5: #8a008a;
}
Balban background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cc, #ff6bb5, #ff1492, #c61585, #8a008a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cc, #ff6bb5, #ff1492, #c61585, #8a008a);
}
Similar color palettes
Scroll down to explore 10 Pink color palettes
Balban color palette created on .