Pink Geisha Color Palette

Discover the beautiful Pink Geisha color palette featuring azalea (#f7c5d5), illusion (#f3a5c3), mauvelous (#f28cb8), french rose (#f15b8d) and cranberry (#d7507b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Geisha, Aesthetic, Bright, Soft, Spring, Modern, Vibrant color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Pink Geisha palette

Share this palette to:

💻 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);
}

Pink Geisha color palette created on .