Green Ocean Gay Color Palette
Discover the beautiful Green Ocean Gay color palette featuring observatory (#009474), caribbean green (#00bd9d), bermuda (#6ed8b7), ice cold (#a7f6e1) and frosted mint (#d1fff5).
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 Ocean Gay palette
💻 Green Ocean Gay color palette CSS
/* CSS */
.color-1 {
color: #009474;
}
.color-2 {
color: #00bd9d;
}
.color-3 {
color: #6ed8b7;
}
.color-4 {
color: #a7f6e1;
}
.color-5 {
color: #d1fff5;
}
/* CSS Variables */
:root {
--color-1: #009474;
--color-2: #00bd9d;
--color-3: #6ed8b7;
--color-4: #a7f6e1;
--color-5: #d1fff5;
} 🌈 Green Ocean Gay background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009474, #00bd9d, #6ed8b7, #a7f6e1, #d1fff5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009474, #00bd9d, #6ed8b7, #a7f6e1, #d1fff5);
} 🔗 Explore similar color palettes
Green Ocean Gay color palette created on .