Garden Party Breeze Color Palette

Discover the beautiful Garden Party Breeze color palette featuring calypso (#3a6f8d), fountain blue (#5ba7b9), bermuda (#78d3b0), supernova (#f5c400) and ecstasy (#f98a1a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Summer, Fun 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 Garden Party Breeze palette

Share this palette to:

💻 Garden Party Breeze color palette CSS

/* CSS */
.color-1 {
color: #3a6f8d;
}
.color-2 {
color: #5ba7b9;
}
.color-3 {
color: #78d3b0;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #f98a1a;
}

/* CSS Variables */
:root {
--color-1: #3a6f8d;
--color-2: #5ba7b9;
--color-3: #78d3b0;
--color-4: #f5c400;
--color-5: #f98a1a;
}

🌈 Garden Party Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6f8d, #5ba7b9, #78d3b0, #f5c400, #f98a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6f8d, #5ba7b9, #78d3b0, #f5c400, #f98a1a);
}

Garden Party Breeze color palette created on .