Green Blue Cocktail Color Palette

Discover the beautiful Green Blue Cocktail color palette featuring yellow green (#9ee071), pastel green (#5be3a0), niagara (#0a9e93), lochmara (#0a7cb6) and cerulean blue (#2450ad).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Green, Summer, Teal, Turquoise, 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 Green Blue Cocktail palette

Share this palette to:

💻 Green Blue Cocktail color palette CSS

/* CSS */
.color-1 {
color: #9ee071;
}
.color-2 {
color: #5be3a0;
}
.color-3 {
color: #0a9e93;
}
.color-4 {
color: #0a7cb6;
}
.color-5 {
color: #2450ad;
}

/* CSS Variables */
:root {
--color-1: #9ee071;
--color-2: #5be3a0;
--color-3: #0a9e93;
--color-4: #0a7cb6;
--color-5: #2450ad;
}

🌈 Green Blue Cocktail background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ee071, #5be3a0, #0a9e93, #0a7cb6, #2450ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ee071, #5be3a0, #0a9e93, #0a7cb6, #2450ad);
}

Green Blue Cocktail color palette created on .