Breeze Color Palette
Discover the beautiful Breeze color palette featuring skeptic (#cbe6d6), sinbad (#b1dacb), half baked (#84cac0), tradewind (#5cb6a7) and breaker bay (#4a9b8c).
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 Breeze palette
💻 Breeze color palette CSS
/* CSS */
.color-1 {
color: #cbe6d6;
}
.color-2 {
color: #b1dacb;
}
.color-3 {
color: #84cac0;
}
.color-4 {
color: #5cb6a7;
}
.color-5 {
color: #4a9b8c;
}
/* CSS Variables */
:root {
--color-1: #cbe6d6;
--color-2: #b1dacb;
--color-3: #84cac0;
--color-4: #5cb6a7;
--color-5: #4a9b8c;
} 🌈 Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cbe6d6, #b1dacb, #84cac0, #5cb6a7, #4a9b8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cbe6d6, #b1dacb, #84cac0, #5cb6a7, #4a9b8c);
} 🔗 Explore similar color palettes
Breeze color palette created on .