Celestial Rose Harmony Color Palette

Discover the beautiful Celestial Rose Harmony color palette featuring biloba flower (#be98f0), lavender (#b886e4), east side (#bd7cc5), bouquet (#ba87a1) and tapestry (#a05a75).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Muted, Soft, Feminine, Elegant, Vintage 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 Celestial Rose Harmony palette

Share this palette to:

💻 Celestial Rose Harmony color palette CSS

/* CSS */
.color-1 {
color: #be98f0;
}
.color-2 {
color: #b886e4;
}
.color-3 {
color: #bd7cc5;
}
.color-4 {
color: #ba87a1;
}
.color-5 {
color: #a05a75;
}

/* CSS Variables */
:root {
--color-1: #be98f0;
--color-2: #b886e4;
--color-3: #bd7cc5;
--color-4: #ba87a1;
--color-5: #a05a75;
}

🌈 Celestial Rose Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #be98f0, #b886e4, #bd7cc5, #ba87a1, #a05a75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #be98f0, #b886e4, #bd7cc5, #ba87a1, #a05a75);
}

Celestial Rose Harmony color palette created on .