Aqua Symphony Color Palette

Discover the beautiful Aqua Symphony color palette featuring orient (#00588f), pacific blue (#008fcc), picton blue (#45b1e3), malibu (#80ddf9) and anakiwa (#95e7f9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Aqua Symphony palette

Share this palette to:

💻 Aqua Symphony color palette CSS

/* CSS */
.color-1 {
color: #00588f;
}
.color-2 {
color: #008fcc;
}
.color-3 {
color: #45b1e3;
}
.color-4 {
color: #80ddf9;
}
.color-5 {
color: #95e7f9;
}

/* CSS Variables */
:root {
--color-1: #00588f;
--color-2: #008fcc;
--color-3: #45b1e3;
--color-4: #80ddf9;
--color-5: #95e7f9;
}

🌈 Aqua Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00588f, #008fcc, #45b1e3, #80ddf9, #95e7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00588f, #008fcc, #45b1e3, #80ddf9, #95e7f9);
}

Aqua Symphony color palette created on .