Teal Coastline Color Palette

Discover the beautiful Teal Coastline color palette featuring raw sienna (#d07d39), tumbleweed (#e2a579), mandys pink (#f1c6a7), sinbad (#a5c9d5) and breaker bay (#59999b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beach, Bright, Teal, Tropical 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 Coastline palette

Share this palette to:

💻 Teal Coastline color palette CSS

/* CSS */
.color-1 {
color: #d07d39;
}
.color-2 {
color: #e2a579;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #a5c9d5;
}
.color-5 {
color: #59999b;
}

/* CSS Variables */
:root {
--color-1: #d07d39;
--color-2: #e2a579;
--color-3: #f1c6a7;
--color-4: #a5c9d5;
--color-5: #59999b;
}

🌈 Teal Coastline background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d07d39, #e2a579, #f1c6a7, #a5c9d5, #59999b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d07d39, #e2a579, #f1c6a7, #a5c9d5, #59999b);
}

Teal Coastline color palette created on .