Berry Breeze Color Palette
Discover the beautiful Berry Breeze color palette featuring royal blue (#4c7de6), cornflower blue (#67a2e9), cornflower (#8dc6ec), morning glory (#a8e1dd) and blue romance (#c3f4d6).
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 Berry Breeze palette
💻 Berry Breeze color palette CSS
/* CSS */
.color-1 {
color: #4c7de6;
}
.color-2 {
color: #67a2e9;
}
.color-3 {
color: #8dc6ec;
}
.color-4 {
color: #a8e1dd;
}
.color-5 {
color: #c3f4d6;
}
/* CSS Variables */
:root {
--color-1: #4c7de6;
--color-2: #67a2e9;
--color-3: #8dc6ec;
--color-4: #a8e1dd;
--color-5: #c3f4d6;
} 🌈 Berry Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c7de6, #67a2e9, #8dc6ec, #a8e1dd, #c3f4d6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c7de6, #67a2e9, #8dc6ec, #a8e1dd, #c3f4d6);
} 🔗 Explore similar color palettes
Berry Breeze color palette created on .