Amethyst Sky Color Palette

Discover the beautiful Amethyst Sky color palette featuring wisteria (#9672be), butterfly bush (#7851a3), victoria (#54448e), prelude (#ccb8e4) and cold purple (#b19adb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright Autumn, Elegant, Lavender, Muted, Purple, Soft 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: #9672be;
}
.color-2 {
color: #7851a3;
}
.color-3 {
color: #54448e;
}
.color-4 {
color: #ccb8e4;
}
.color-5 {
color: #b19adb;
}

/* CSS Variables */
:root {
--color-1: #9672be;
--color-2: #7851a3;
--color-3: #54448e;
--color-4: #ccb8e4;
--color-5: #b19adb;
}

🌈 Amethyst Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9672be, #7851a3, #54448e, #ccb8e4, #b19adb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9672be, #7851a3, #54448e, #ccb8e4, #b19adb);
}

Amethyst Sky color palette created on .