Green Blue Cocktail Color Palette
Discover the beautiful Green Blue Cocktail color palette featuring yellow green (#9de071), pastel green (#59e39e), niagara (#0a9e94), lochmara (#0a7eb8) and cerulean blue (#244fae).
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 Green Blue Cocktail palette
💻 Green Blue Cocktail color palette CSS
/* CSS */
.color-1 {
color: #9de071;
}
.color-2 {
color: #59e39e;
}
.color-3 {
color: #0a9e94;
}
.color-4 {
color: #0a7eb8;
}
.color-5 {
color: #244fae;
}
/* CSS Variables */
:root {
--color-1: #9de071;
--color-2: #59e39e;
--color-3: #0a9e94;
--color-4: #0a7eb8;
--color-5: #244fae;
}
🌈 Green Blue Cocktail background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9de071, #59e39e, #0a9e94, #0a7eb8, #244fae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9de071, #59e39e, #0a9e94, #0a7eb8, #244fae);
}
🔗 Explore similar color palettes
Green Blue Cocktail color palette created on .