Cool Breeze Color Palette
Discover the beautiful Cool Breeze color palette featuring ziggurat (#b6d5e2), ziggurat (#c1e1e1), polo blue (#90b5d5), regent st blue (#a2d3e2) and polar (#dff7f7).
Brightness
Saturation
Warmth
💡 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
💻 Cool Breeze color palette CSS
/* CSS */
.color-1 {
color: #b6d5e2;
}
.color-2 {
color: #c1e1e1;
}
.color-3 {
color: #90b5d5;
}
.color-4 {
color: #a2d3e2;
}
.color-5 {
color: #dff7f7;
}
/* CSS Variables */
:root {
--color-1: #b6d5e2;
--color-2: #c1e1e1;
--color-3: #90b5d5;
--color-4: #a2d3e2;
--color-5: #dff7f7;
} 🌈 Cool Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6d5e2, #c1e1e1, #90b5d5, #a2d3e2, #dff7f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6d5e2, #c1e1e1, #90b5d5, #a2d3e2, #dff7f7);
} 🔗 Explore similar color palettes
Cool Breeze color palette created on .