Oceanic Symphony Color Palette

Discover the beautiful Oceanic Symphony color palette featuring san juan (#2a4d6a), biscay (#1e3b71), cornflower blue (#5087f7), pacific blue (#0095c7) and cerulean (#00b2d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Tropical 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 Oceanic Symphony palette

Share this palette to:

💻 Oceanic Symphony color palette CSS

/* CSS */
.color-1 {
color: #2a4d6a;
}
.color-2 {
color: #1e3b71;
}
.color-3 {
color: #5087f7;
}
.color-4 {
color: #0095c7;
}
.color-5 {
color: #00b2d6;
}

/* CSS Variables */
:root {
--color-1: #2a4d6a;
--color-2: #1e3b71;
--color-3: #5087f7;
--color-4: #0095c7;
--color-5: #00b2d6;
}

🌈 Oceanic Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4d6a, #1e3b71, #5087f7, #0095c7, #00b2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4d6a, #1e3b71, #5087f7, #0095c7, #00b2d6);
}

Oceanic Symphony color palette created on .