Oceanic Harmony Color Palette
Discover the beautiful Oceanic Harmony color palette featuring blue (#0000ff), ocean green (#3c9a70), cerulean blue (#2a4eb2), cornflower blue (#6ab6f0) and gigas (#4f3c9a).
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 Oceanic Harmony palette
💻 Oceanic Harmony color palette CSS
/* CSS */
.color-1 {
color: #0000ff;
}
.color-2 {
color: #3c9a70;
}
.color-3 {
color: #2a4eb2;
}
.color-4 {
color: #6ab6f0;
}
.color-5 {
color: #4f3c9a;
}
/* CSS Variables */
:root {
--color-1: #0000ff;
--color-2: #3c9a70;
--color-3: #2a4eb2;
--color-4: #6ab6f0;
--color-5: #4f3c9a;
} 🌈 Oceanic Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0000ff, #3c9a70, #2a4eb2, #6ab6f0, #4f3c9a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0000ff, #3c9a70, #2a4eb2, #6ab6f0, #4f3c9a);
} 🔗 Explore similar color palettes
Oceanic Harmony color palette created on .