Celestial Bloom Color Palette

Discover the beautiful Celestial Bloom color palette featuring sundown (#ffadb7), your pink (#ffc7c8), watusi (#ffd7cf), pippin (#ffe1de) and soapstone (#fffbfa).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Elegant, Feminine, Light, Peach, Pink, Soft, Summer, Warm 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 Bloom palette

Share this palette to:

💻 Celestial Bloom color palette CSS

/* CSS */
.color-1 {
color: #ffadb7;
}
.color-2 {
color: #ffc7c8;
}
.color-3 {
color: #ffd7cf;
}
.color-4 {
color: #ffe1de;
}
.color-5 {
color: #fffbfa;
}

/* CSS Variables */
:root {
--color-1: #ffadb7;
--color-2: #ffc7c8;
--color-3: #ffd7cf;
--color-4: #ffe1de;
--color-5: #fffbfa;
}

🌈 Celestial Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffadb7, #ffc7c8, #ffd7cf, #ffe1de, #fffbfa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffadb7, #ffc7c8, #ffd7cf, #ffe1de, #fffbfa);
}

Celestial Bloom color palette created on .