Tranquil Tides Color Palette

Discover the beautiful Tranquil Tides color palette featuring granny smith (#8ca1a1), sirocco (#788c8c), gothic (#798ca0), lynch (#63788c) and tower gray (#a1b5b5).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Tranquil Tides color palette CSS

/* CSS */
.color-1 {
color: #8ca1a1;
}
.color-2 {
color: #788c8c;
}
.color-3 {
color: #798ca0;
}
.color-4 {
color: #63788c;
}
.color-5 {
color: #a1b5b5;
}

/* CSS Variables */
:root {
--color-1: #8ca1a1;
--color-2: #788c8c;
--color-3: #798ca0;
--color-4: #63788c;
--color-5: #a1b5b5;
}

🌈 Tranquil Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ca1a1, #788c8c, #798ca0, #63788c, #a1b5b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ca1a1, #788c8c, #798ca0, #63788c, #a1b5b5);
}

Tranquil Tides color palette created on .