Aether Breeze Color Palette

Discover the beautiful Aether Breeze color palette featuring morning glory (#a1dae2), viking (#6ab5d7), pelorous (#3c9cc8), bondi blue (#0097a8) and blue lagoon (#007c8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Spring 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 Breeze palette

Share this palette to:

💻 Aether Breeze color palette CSS

/* CSS */
.color-1 {
color: #a1dae2;
}
.color-2 {
color: #6ab5d7;
}
.color-3 {
color: #3c9cc8;
}
.color-4 {
color: #0097a8;
}
.color-5 {
color: #007c8f;
}

/* CSS Variables */
:root {
--color-1: #a1dae2;
--color-2: #6ab5d7;
--color-3: #3c9cc8;
--color-4: #0097a8;
--color-5: #007c8f;
}

🌈 Aether Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dae2, #6ab5d7, #3c9cc8, #0097a8, #007c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dae2, #6ab5d7, #3c9cc8, #0097a8, #007c8f);
}

Aether Breeze color palette created on .