Sunny Berry Breeze Color Palette

Discover the beautiful Sunny Berry Breeze color palette featuring sandy beach (#ffecc9), tuft bush (#ffdec9), anakiwa (#a0e5ff), anakiwa (#a7ddff) and malibu (#78c8ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Apricot, Bright, Coastal, Peach, Soft, Summer, Warm 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 Sunny Berry Breeze palette

Share this palette to:

💻 Sunny Berry Breeze color palette CSS

/* CSS */
.color-1 {
color: #ffecc9;
}
.color-2 {
color: #ffdec9;
}
.color-3 {
color: #a0e5ff;
}
.color-4 {
color: #a7ddff;
}
.color-5 {
color: #78c8ff;
}

/* CSS Variables */
:root {
--color-1: #ffecc9;
--color-2: #ffdec9;
--color-3: #a0e5ff;
--color-4: #a7ddff;
--color-5: #78c8ff;
}

🌈 Sunny Berry Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffecc9, #ffdec9, #a0e5ff, #a7ddff, #78c8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffecc9, #ffdec9, #a0e5ff, #a7ddff, #78c8ff);
}

Sunny Berry Breeze color palette created on .