Flower Path Color Palette

Discover the beautiful Flower Path color palette featuring wewak (#f1a7b4), azalea (#f6c6d1), beauty bush (#efb8c8), blossom (#daa4c8) and london hue (#b88dbf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Garden, Light, Pink, Soft, Spring, 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 Flower Path palette

Share this palette to:

💻 Flower Path color palette CSS

/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #f6c6d1;
}
.color-3 {
color: #efb8c8;
}
.color-4 {
color: #daa4c8;
}
.color-5 {
color: #b88dbf;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f6c6d1;
--color-3: #efb8c8;
--color-4: #daa4c8;
--color-5: #b88dbf;
}

🌈 Flower Path background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f6c6d1, #efb8c8, #daa4c8, #b88dbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f6c6d1, #efb8c8, #daa4c8, #b88dbf);
}

Flower Path color palette created on .