Celestial Blossom Color Palette

Discover the beautiful Celestial Blossom color palette featuring mandys pink (#f7c1bb), illusion (#f6a7d1), light wisteria (#c9a1e2), medium purple (#8c6ed8) and purple heart (#5d40d4).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Celestial Blossom color palette CSS

/* CSS */
.color-1 {
color: #f7c1bb;
}
.color-2 {
color: #f6a7d1;
}
.color-3 {
color: #c9a1e2;
}
.color-4 {
color: #8c6ed8;
}
.color-5 {
color: #5d40d4;
}

/* CSS Variables */
:root {
--color-1: #f7c1bb;
--color-2: #f6a7d1;
--color-3: #c9a1e2;
--color-4: #8c6ed8;
--color-5: #5d40d4;
}

🌈 Celestial Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c1bb, #f6a7d1, #c9a1e2, #8c6ed8, #5d40d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c1bb, #f6a7d1, #c9a1e2, #8c6ed8, #5d40d4);
}

Celestial Blossom color palette created on .