Athens Breeze Color Palette

Discover the beautiful Athens Breeze color palette featuring athens gray (#e4e9ec), pigeon post (#b9c8da), ship cove (#7a9ab8), kashmir blue (#4c709a) and chambray (#2f4b7f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Blue, Light, Modern, Soft, Coastal, Bright, Aesthetic, Winter 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 Athens Breeze palette

Share this palette to:

💻 Athens Breeze color palette CSS

/* CSS */
.color-1 {
color: #e4e9ec;
}
.color-2 {
color: #b9c8da;
}
.color-3 {
color: #7a9ab8;
}
.color-4 {
color: #4c709a;
}
.color-5 {
color: #2f4b7f;
}

/* CSS Variables */
:root {
--color-1: #e4e9ec;
--color-2: #b9c8da;
--color-3: #7a9ab8;
--color-4: #4c709a;
--color-5: #2f4b7f;
}

🌈 Athens Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4e9ec, #b9c8da, #7a9ab8, #4c709a, #2f4b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4e9ec, #b9c8da, #7a9ab8, #4c709a, #2f4b7f);
}

Athens Breeze color palette created on .