Teal and Terracotta Color Palette

Discover the beautiful Teal and Terracotta color palette featuring sinbad (#a5d1d5), tussock (#c3893c), white (#ffffff), judge gray (#4d3a2d) and crusta (#f67d31).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Orange, White 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 and Terracotta palette

Share this palette to:

💻 Teal and Terracotta color palette CSS

/* CSS */
.color-1 {
color: #a5d1d5;
}
.color-2 {
color: #c3893c;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #4d3a2d;
}
.color-5 {
color: #f67d31;
}

/* CSS Variables */
:root {
--color-1: #a5d1d5;
--color-2: #c3893c;
--color-3: #ffffff;
--color-4: #4d3a2d;
--color-5: #f67d31;
}

🌈 Teal and Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d1d5, #c3893c, #ffffff, #4d3a2d, #f67d31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d1d5, #c3893c, #ffffff, #4d3a2d, #f67d31);
}

Teal and Terracotta color palette created on .