Celestial Blossom Color Palette

Discover the beautiful Celestial Blossom color palette featuring givry (#f7e8b6), mandys pink (#f3c7b9), mauvelous (#f07f9f), cranberry (#da5d7a) and tapestry (#a95b9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Flower, Fun, Pink, 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 Celestial Blossom palette

Share this palette to:

💻 Celestial Blossom color palette CSS

/* CSS */
.color-1 {
color: #f7e8b6;
}
.color-2 {
color: #f3c7b9;
}
.color-3 {
color: #f07f9f;
}
.color-4 {
color: #da5d7a;
}
.color-5 {
color: #a95b9b;
}

/* CSS Variables */
:root {
--color-1: #f7e8b6;
--color-2: #f3c7b9;
--color-3: #f07f9f;
--color-4: #da5d7a;
--color-5: #a95b9b;
}

🌈 Celestial Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8b6, #f3c7b9, #f07f9f, #da5d7a, #a95b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8b6, #f3c7b9, #f07f9f, #da5d7a, #a95b9b);
}

Celestial Blossom color palette created on .