Celestial Whispers Color Palette

Discover the beautiful Celestial Whispers color palette featuring mulled wine (#4b3d6c), deluge (#7b5b9f), fuchsia pink (#b86bb5), illusion (#f8a5c5) and apricot peach (#fbc1c1).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Celestial Whispers color palette CSS

/* CSS */
.color-1 {
color: #4b3d6c;
}
.color-2 {
color: #7b5b9f;
}
.color-3 {
color: #b86bb5;
}
.color-4 {
color: #f8a5c5;
}
.color-5 {
color: #fbc1c1;
}

/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #7b5b9f;
--color-3: #b86bb5;
--color-4: #f8a5c5;
--color-5: #fbc1c1;
}

🌈 Celestial Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #7b5b9f, #b86bb5, #f8a5c5, #fbc1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #7b5b9f, #b86bb5, #f8a5c5, #fbc1c1);
}

Celestial Whispers color palette created on .