Cool Breeze Color Palette

Discover the beautiful Cool Breeze color palette featuring heather (#c1ccd7), porcelain (#e7edee), wild sand (#f7f7f7), mischka (#dfe0e7) and white ice (#eefcfc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLight, Gray, Blue, Soft, Neutral, Modern, Minimalist, 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 Cool Breeze palette

Share this palette to:

💻 Cool Breeze color palette CSS

/* CSS */
.color-1 {
color: #c1ccd7;
}
.color-2 {
color: #e7edee;
}
.color-3 {
color: #f7f7f7;
}
.color-4 {
color: #dfe0e7;
}
.color-5 {
color: #eefcfc;
}

/* CSS Variables */
:root {
--color-1: #c1ccd7;
--color-2: #e7edee;
--color-3: #f7f7f7;
--color-4: #dfe0e7;
--color-5: #eefcfc;
}

🌈 Cool Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1ccd7, #e7edee, #f7f7f7, #dfe0e7, #eefcfc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1ccd7, #e7edee, #f7f7f7, #dfe0e7, #eefcfc);
}

Cool Breeze color palette created on .