Cool Breeze Color Palette

Discover the beautiful Cool Breeze color palette featuring hit gray (#a8b2b8), jungle mist (#c0d3d8), catskill white (#e6f0f4), corvette (#f9c89f) and burnt sienna (#f26c5a).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Cool Breeze color palette CSS

/* CSS */
.color-1 {
color: #a8b2b8;
}
.color-2 {
color: #c0d3d8;
}
.color-3 {
color: #e6f0f4;
}
.color-4 {
color: #f9c89f;
}
.color-5 {
color: #f26c5a;
}

/* CSS Variables */
:root {
--color-1: #a8b2b8;
--color-2: #c0d3d8;
--color-3: #e6f0f4;
--color-4: #f9c89f;
--color-5: #f26c5a;
}

🌈 Cool Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b2b8, #c0d3d8, #e6f0f4, #f9c89f, #f26c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b2b8, #c0d3d8, #e6f0f4, #f9c89f, #f26c5a);
}

Cool Breeze color palette created on .