Celestial Weightlessness Color Palette

Discover the beautiful Celestial Weightlessness color palette featuring east bay (#46518b), wisteria (#8a6eb5), wistful (#a4a5d4), apache (#d9ba72) and buttercup (#f1ab0f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Blue, Bright, Earthy, Gray, Modern, Purple, Soft, Vibrant, Yellow 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 Weightlessness palette

Share this palette to:

💻 Celestial Weightlessness color palette CSS

/* CSS */
.color-1 {
color: #46518b;
}
.color-2 {
color: #8a6eb5;
}
.color-3 {
color: #a4a5d4;
}
.color-4 {
color: #d9ba72;
}
.color-5 {
color: #f1ab0f;
}

/* CSS Variables */
:root {
--color-1: #46518b;
--color-2: #8a6eb5;
--color-3: #a4a5d4;
--color-4: #d9ba72;
--color-5: #f1ab0f;
}

🌈 Celestial Weightlessness background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #46518b, #8a6eb5, #a4a5d4, #d9ba72, #f1ab0f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #46518b, #8a6eb5, #a4a5d4, #d9ba72, #f1ab0f);
}

Celestial Weightlessness color palette created on .