Amethyst Sky Color Palette

Discover the beautiful Amethyst Sky color palette featuring wisteria (#9673bf), butterfly bush (#7951a4), victoria (#54448d), prelude (#ccb9e4) and cold purple (#b09adb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Lavender, Muted, Soft, Bright Autumn, Elegant 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 Amethyst Sky palette

Share this palette to:

💻 Amethyst Sky color palette CSS

/* CSS */
.color-1 {
color: #9673bf;
}
.color-2 {
color: #7951a4;
}
.color-3 {
color: #54448d;
}
.color-4 {
color: #ccb9e4;
}
.color-5 {
color: #b09adb;
}

/* CSS Variables */
:root {
--color-1: #9673bf;
--color-2: #7951a4;
--color-3: #54448d;
--color-4: #ccb9e4;
--color-5: #b09adb;
}

🌈 Amethyst Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9673bf, #7951a4, #54448d, #ccb9e4, #b09adb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9673bf, #7951a4, #54448d, #ccb9e4, #b09adb);
}

Amethyst Sky color palette created on .