Celestial Dreams Color Palette

Discover the beautiful Celestial Dreams color palette featuring butterfly bush (#5c4f8c), wisteria (#8f6bb8), east side (#aa7fc3), illusion (#f2a6d2) and chardonnay (#ffc885).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Celestial Dreams color palette CSS

/* CSS */
.color-1 {
color: #5c4f8c;
}
.color-2 {
color: #8f6bb8;
}
.color-3 {
color: #aa7fc3;
}
.color-4 {
color: #f2a6d2;
}
.color-5 {
color: #ffc885;
}

/* CSS Variables */
:root {
--color-1: #5c4f8c;
--color-2: #8f6bb8;
--color-3: #aa7fc3;
--color-4: #f2a6d2;
--color-5: #ffc885;
}

🌈 Celestial Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4f8c, #8f6bb8, #aa7fc3, #f2a6d2, #ffc885);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4f8c, #8f6bb8, #aa7fc3, #f2a6d2, #ffc885);
}

Celestial Dreams color palette created on .