Harmonious Tides Color Palette

Discover the beautiful Harmonious Tides color palette featuring boston blue (#3c8bb9), seagull (#6cb6e4), perano (#9cd2f2), maize (#f6d79d) and wewak (#f2a6a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Fun, 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 Harmonious Tides palette

Share this palette to:

💻 Harmonious Tides color palette CSS

/* CSS */
.color-1 {
color: #3c8bb9;
}
.color-2 {
color: #6cb6e4;
}
.color-3 {
color: #9cd2f2;
}
.color-4 {
color: #f6d79d;
}
.color-5 {
color: #f2a6a1;
}

/* CSS Variables */
:root {
--color-1: #3c8bb9;
--color-2: #6cb6e4;
--color-3: #9cd2f2;
--color-4: #f6d79d;
--color-5: #f2a6a1;
}

🌈 Harmonious Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c8bb9, #6cb6e4, #9cd2f2, #f6d79d, #f2a6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c8bb9, #6cb6e4, #9cd2f2, #f6d79d, #f2a6a1);
}

Harmonious Tides color palette created on .