Aquatic Harmony Color Palette

Discover the beautiful Aquatic Harmony color palette featuring wewak (#f6a8a2), corvette (#f9c9a4), golden sand (#f3d57c), acapulco (#78b5a0) and east bay (#3b5c7d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Tropical, Summer 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 Aquatic Harmony palette

Share this palette to:

💻 Aquatic Harmony color palette CSS

/* CSS */
.color-1 {
color: #f6a8a2;
}
.color-2 {
color: #f9c9a4;
}
.color-3 {
color: #f3d57c;
}
.color-4 {
color: #78b5a0;
}
.color-5 {
color: #3b5c7d;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f9c9a4;
--color-3: #f3d57c;
--color-4: #78b5a0;
--color-5: #3b5c7d;
}

🌈 Aquatic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f9c9a4, #f3d57c, #78b5a0, #3b5c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f9c9a4, #f3d57c, #78b5a0, #3b5c7d);
}

Aquatic Harmony color palette created on .