Royal Blossom Color Palette

Discover the beautiful Royal Blossom color palette featuring wisteria (#a55eb5), vivid violet (#8c2a8d), tapestry (#b65d8d), blossom (#d9a6b8) and melanie (#e5c7d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Feminine, 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 Royal Blossom palette

Share this palette to:

💻 Royal Blossom color palette CSS

/* CSS */
.color-1 {
color: #a55eb5;
}
.color-2 {
color: #8c2a8d;
}
.color-3 {
color: #b65d8d;
}
.color-4 {
color: #d9a6b8;
}
.color-5 {
color: #e5c7d3;
}

/* CSS Variables */
:root {
--color-1: #a55eb5;
--color-2: #8c2a8d;
--color-3: #b65d8d;
--color-4: #d9a6b8;
--color-5: #e5c7d3;
}

🌈 Royal Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a55eb5, #8c2a8d, #b65d8d, #d9a6b8, #e5c7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a55eb5, #8c2a8d, #b65d8d, #d9a6b8, #e5c7d3);
}

Royal Blossom color palette created on .