Biloba Blossom Color Palette

Discover the beautiful Biloba Blossom color palette featuring light orchid (#eab8e4), light wisteria (#d3a6d8), purple mountain's majesty (#a47dba), affair (#7e5095) and bossanova (#4b2e5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBerry, Bright, Lavender, Lilac, Pink, Purple, Soft 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 Biloba Blossom palette

Share this palette to:

💻 Biloba Blossom color palette CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d3a6d8;
}
.color-3 {
color: #a47dba;
}
.color-4 {
color: #7e5095;
}
.color-5 {
color: #4b2e5c;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d3a6d8;
--color-3: #a47dba;
--color-4: #7e5095;
--color-5: #4b2e5c;
}

🌈 Biloba Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d3a6d8, #a47dba, #7e5095, #4b2e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d3a6d8, #a47dba, #7e5095, #4b2e5c);
}

Biloba Blossom color palette created on .