Pink Geisha Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Geisha palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Geisha Color Palette (PNG)
Pink Geisha color palette CSS
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f3a5c3;
}
.color-3 {
color: #f28cb8;
}
.color-4 {
color: #f15b8d;
}
.color-5 {
color: #d7507b;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f3a5c3;
--color-3: #f28cb8;
--color-4: #f15b8d;
--color-5: #d7507b;
}
Pink Geisha background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f3a5c3, #f28cb8, #f15b8d, #d7507b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f3a5c3, #f28cb8, #f15b8d, #d7507b);
}
Similar color palettes
Pink Geisha color palette created on .