Stormy Tide Color Palette

Discover the beautiful Stormy Tide color palette featuring wedgewood (#4a8c96), oracle (#3c6d7c), spectra (#2e4e56), jet stream (#b1d3d1) and parchment (#f0e6d6).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Stormy Tide color palette CSS

/* CSS */
.color-1 {
color: #4a8c96;
}
.color-2 {
color: #3c6d7c;
}
.color-3 {
color: #2e4e56;
}
.color-4 {
color: #b1d3d1;
}
.color-5 {
color: #f0e6d6;
}

/* CSS Variables */
:root {
--color-1: #4a8c96;
--color-2: #3c6d7c;
--color-3: #2e4e56;
--color-4: #b1d3d1;
--color-5: #f0e6d6;
}

🌈 Stormy Tide background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8c96, #3c6d7c, #2e4e56, #b1d3d1, #f0e6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8c96, #3c6d7c, #2e4e56, #b1d3d1, #f0e6d6);
}

Stormy Tide color palette created on .