Mystic Tide Color Palette

Discover the beautiful Mystic Tide color palette featuring ocean green (#3c9a8e), neptune (#7cb6b5), jet stream (#b2d2d0), nebula (#e2e9e6) and snow drift (#f3f7f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Coastal, Emerald, Light, Soft 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 Mystic Tide palette

Share this palette to:

💻 Mystic Tide color palette CSS

/* CSS */
.color-1 {
color: #3c9a8e;
}
.color-2 {
color: #7cb6b5;
}
.color-3 {
color: #b2d2d0;
}
.color-4 {
color: #e2e9e6;
}
.color-5 {
color: #f3f7f5;
}

/* CSS Variables */
:root {
--color-1: #3c9a8e;
--color-2: #7cb6b5;
--color-3: #b2d2d0;
--color-4: #e2e9e6;
--color-5: #f3f7f5;
}

🌈 Mystic Tide background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9a8e, #7cb6b5, #b2d2d0, #e2e9e6, #f3f7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9a8e, #7cb6b5, #b2d2d0, #e2e9e6, #f3f7f5);
}

Mystic Tide color palette created on .