Celestial Amethyst Color Palette

Discover the beautiful Celestial Amethyst color palette featuring chetwode blue (#897dd9), east side (#9f83c9), east side (#b897ce), french lilac (#ddb9e9) and melanie (#e8bbdc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Soft, Pastel, Feminine, Elegant, Muted, Summer 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 Amethyst palette

Share this palette to:

💻 Celestial Amethyst color palette CSS

/* CSS */
.color-1 {
color: #897dd9;
}
.color-2 {
color: #9f83c9;
}
.color-3 {
color: #b897ce;
}
.color-4 {
color: #ddb9e9;
}
.color-5 {
color: #e8bbdc;
}

/* CSS Variables */
:root {
--color-1: #897dd9;
--color-2: #9f83c9;
--color-3: #b897ce;
--color-4: #ddb9e9;
--color-5: #e8bbdc;
}

🌈 Celestial Amethyst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #897dd9, #9f83c9, #b897ce, #ddb9e9, #e8bbdc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #897dd9, #9f83c9, #b897ce, #ddb9e9, #e8bbdc);
}

Celestial Amethyst color palette created on .