Teal Shades Color Palette

Discover the beautiful Teal Shades color palette featuring paradiso (#307b7e), san juan (#2f4c6f), cutty sark (#507c7c), ferra (#6d4a4c) and apple blossom (#aa4b4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Teal, Burgundy, Vibrant, Bright 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 Shades palette

Share this palette to:

💻 Teal Shades color palette CSS

/* CSS */
.color-1 {
color: #307b7e;
}
.color-2 {
color: #2f4c6f;
}
.color-3 {
color: #507c7c;
}
.color-4 {
color: #6d4a4c;
}
.color-5 {
color: #aa4b4c;
}

/* CSS Variables */
:root {
--color-1: #307b7e;
--color-2: #2f4c6f;
--color-3: #507c7c;
--color-4: #6d4a4c;
--color-5: #aa4b4c;
}

🌈 Teal Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #307b7e, #2f4c6f, #507c7c, #6d4a4c, #aa4b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #307b7e, #2f4c6f, #507c7c, #6d4a4c, #aa4b4c);
}

Teal Shades color palette created on .