Teal Rust Color Palette

Discover the beautiful Teal Rust color palette featuring fiord (#3d5a6c), juniper (#6b8e8a), shadow green (#a5c5b5), manhattan (#f4c1a4) and japonica (#d87b6f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Blue, Earthy, Autumn, Vintage 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 Rust palette

Share this palette to:

💻 Teal Rust color palette CSS

/* CSS */
.color-1 {
color: #3d5a6c;
}
.color-2 {
color: #6b8e8a;
}
.color-3 {
color: #a5c5b5;
}
.color-4 {
color: #f4c1a4;
}
.color-5 {
color: #d87b6f;
}

/* CSS Variables */
:root {
--color-1: #3d5a6c;
--color-2: #6b8e8a;
--color-3: #a5c5b5;
--color-4: #f4c1a4;
--color-5: #d87b6f;
}

🌈 Teal Rust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a6c, #6b8e8a, #a5c5b5, #f4c1a4, #d87b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a6c, #6b8e8a, #a5c5b5, #f4c1a4, #d87b6f);
}

Teal Rust color palette created on .