Aether Color Palette

Discover the beautiful Aether color palette featuring regent st blue (#a4c2e5), morning glory (#a7d8e2), twilight (#e3cad5), light orchid (#e9b9e5) and azalea (#f4c3e4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Feminine, Light, Pastel, Pink, Soft, Spring, Summer, 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 Aether palette

Share this palette to:

💻 Aether color palette CSS

/* CSS */
.color-1 {
color: #a4c2e5;
}
.color-2 {
color: #a7d8e2;
}
.color-3 {
color: #e3cad5;
}
.color-4 {
color: #e9b9e5;
}
.color-5 {
color: #f4c3e4;
}

/* CSS Variables */
:root {
--color-1: #a4c2e5;
--color-2: #a7d8e2;
--color-3: #e3cad5;
--color-4: #e9b9e5;
--color-5: #f4c3e4;
}

🌈 Aether background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2e5, #a7d8e2, #e3cad5, #e9b9e5, #f4c3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2e5, #a7d8e2, #e3cad5, #e9b9e5, #f4c3e4);
}

Aether color palette created on .