Teal Moon Color Palette

Discover the beautiful Teal Moon color palette featuring ebony clay (#1d232f), limed spruce (#3c4b53), cutty sark (#5a7e81), opal (#a4c6c5) and aqua haze (#e4f1f1).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Teal Moon color palette CSS

/* CSS */
.color-1 {
color: #1d232f;
}
.color-2 {
color: #3c4b53;
}
.color-3 {
color: #5a7e81;
}
.color-4 {
color: #a4c6c5;
}
.color-5 {
color: #e4f1f1;
}

/* CSS Variables */
:root {
--color-1: #1d232f;
--color-2: #3c4b53;
--color-3: #5a7e81;
--color-4: #a4c6c5;
--color-5: #e4f1f1;
}

🌈 Teal Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d232f, #3c4b53, #5a7e81, #a4c6c5, #e4f1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d232f, #3c4b53, #5a7e81, #a4c6c5, #e4f1f1);
}

Teal Moon color palette created on .