Icy Breeze Color Palette

Discover the beautiful Icy Breeze color palette featuring botticelli (#cce1ea), aqua haze (#eef5f6), botticelli (#d3e7e9), ziggurat (#b6d8dd) and sinbad (#9ac9d0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Icy Breeze palette

Share this palette to:

💻 Icy Breeze color palette CSS

/* CSS */
.color-1 {
color: #cce1ea;
}
.color-2 {
color: #eef5f6;
}
.color-3 {
color: #d3e7e9;
}
.color-4 {
color: #b6d8dd;
}
.color-5 {
color: #9ac9d0;
}

/* CSS Variables */
:root {
--color-1: #cce1ea;
--color-2: #eef5f6;
--color-3: #d3e7e9;
--color-4: #b6d8dd;
--color-5: #9ac9d0;
}

🌈 Icy Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cce1ea, #eef5f6, #d3e7e9, #b6d8dd, #9ac9d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cce1ea, #eef5f6, #d3e7e9, #b6d8dd, #9ac9d0);
}

Icy Breeze color palette created on .