Heavenly Berry Blossom Color Palette

Discover the beautiful Heavenly Berry Blossom color palette featuring portage (#7a9aeb), cornflower (#a6c6ed), moon raker (#d3c6f1), melanie (#e4b4e0) and butterfly bush (#5b4b8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Lavender, Bright, Fun 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 Heavenly Berry Blossom palette

Share this palette to:

💻 Heavenly Berry Blossom color palette CSS

/* CSS */
.color-1 {
color: #7a9aeb;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #d3c6f1;
}
.color-4 {
color: #e4b4e0;
}
.color-5 {
color: #5b4b8b;
}

/* CSS Variables */
:root {
--color-1: #7a9aeb;
--color-2: #a6c6ed;
--color-3: #d3c6f1;
--color-4: #e4b4e0;
--color-5: #5b4b8b;
}

🌈 Heavenly Berry Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9aeb, #a6c6ed, #d3c6f1, #e4b4e0, #5b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9aeb, #a6c6ed, #d3c6f1, #e4b4e0, #5b4b8b);
}

Heavenly Berry Blossom color palette created on .