Summer Breeze Cocktails Color Palette

Discover the beautiful Summer Breeze Cocktails color palette featuring manhattan (#f6c99d), sandy brown (#f3a76d), jaffa (#f27b3a), flame pea (#d55e39) and apple blossom (#a54b3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSummer, Cocktails, Orange, Bright, Fun, Beach, Light, Light Summer, Vibrant 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 Summer Breeze Cocktails palette

Share this palette to:

💻 Summer Breeze Cocktails color palette CSS

/* CSS */
.color-1 {
color: #f6c99d;
}
.color-2 {
color: #f3a76d;
}
.color-3 {
color: #f27b3a;
}
.color-4 {
color: #d55e39;
}
.color-5 {
color: #a54b3b;
}

/* CSS Variables */
:root {
--color-1: #f6c99d;
--color-2: #f3a76d;
--color-3: #f27b3a;
--color-4: #d55e39;
--color-5: #a54b3b;
}

🌈 Summer Breeze Cocktails background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c99d, #f3a76d, #f27b3a, #d55e39, #a54b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c99d, #f3a76d, #f27b3a, #d55e39, #a54b3b);
}

Summer Breeze Cocktails color palette created on .