Flower Blossom Color Palette

Discover the beautiful Flower Blossom color palette featuring white (#ffffff), dawn pink (#f3e7e7), melanie (#e7c6d6), lilac (#d2a7d2) and east side (#b88dc8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Light, Pink, Soft, Spring, Vibrant, White 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 Blossom palette

Share this palette to:

💻 Flower Blossom color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f3e7e7;
}
.color-3 {
color: #e7c6d6;
}
.color-4 {
color: #d2a7d2;
}
.color-5 {
color: #b88dc8;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f3e7e7;
--color-3: #e7c6d6;
--color-4: #d2a7d2;
--color-5: #b88dc8;
}

🌈 Flower Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f3e7e7, #e7c6d6, #d2a7d2, #b88dc8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f3e7e7, #e7c6d6, #d2a7d2, #b88dc8);
}

Flower Blossom color palette created on .