Breezy Harmony Color Palette
Discover the beautiful Breezy Harmony color palette featuring porcelain (#ebeff0), stark white (#e9dec8), celeste (#d3d8cf), bizarre (#ecdadc) and ecru white (#f6f2ea).
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 Breezy Harmony palette
💻 Breezy Harmony color palette CSS
/* CSS */
.color-1 {
color: #ebeff0;
}
.color-2 {
color: #e9dec8;
}
.color-3 {
color: #d3d8cf;
}
.color-4 {
color: #ecdadc;
}
.color-5 {
color: #f6f2ea;
}
/* CSS Variables */
:root {
--color-1: #ebeff0;
--color-2: #e9dec8;
--color-3: #d3d8cf;
--color-4: #ecdadc;
--color-5: #f6f2ea;
} 🌈 Breezy Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebeff0, #e9dec8, #d3d8cf, #ecdadc, #f6f2ea);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebeff0, #e9dec8, #d3d8cf, #ecdadc, #f6f2ea);
} Breezy Harmony color palette created on .