Ocean Jahra Color Palette
Discover the beautiful Ocean Jahra color palette featuring curious blue (#1a9bdb), pelorous (#3cc6c8), aquamarine blue (#5be1cf), riptide (#75e6c6) and magic mint (#99f5bf).
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 Ocean Jahra palette
💻 Ocean Jahra color palette CSS
/* CSS */
.color-1 {
color: #1a9bdb;
}
.color-2 {
color: #3cc6c8;
}
.color-3 {
color: #5be1cf;
}
.color-4 {
color: #75e6c6;
}
.color-5 {
color: #99f5bf;
}
/* CSS Variables */
:root {
--color-1: #1a9bdb;
--color-2: #3cc6c8;
--color-3: #5be1cf;
--color-4: #75e6c6;
--color-5: #99f5bf;
} 🌈 Ocean Jahra background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a9bdb, #3cc6c8, #5be1cf, #75e6c6, #99f5bf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a9bdb, #3cc6c8, #5be1cf, #75e6c6, #99f5bf);
} 🔗 Explore similar color palettes
Ocean Jahra color palette created on .