Pink Bird Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Bird palette
Pink Bird color palette CSS
/* CSS */
.color-1 {
color: #f5c7d1;
}
.color-2 {
color: #f0a3b0;
}
.color-3 {
color: #e1708a;
}
.color-4 {
color: #d4496c;
}
.color-5 {
color: #c9405e;
}
/* CSS Variables */
:root {
--color-1: #f5c7d1;
--color-2: #f0a3b0;
--color-3: #e1708a;
--color-4: #d4496c;
--color-5: #c9405e;
}
Pink Bird background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7d1, #f0a3b0, #e1708a, #d4496c, #c9405e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7d1, #f0a3b0, #e1708a, #d4496c, #c9405e);
}
Similar color palettes
Pink Bird color palette created on .