Teal Veer Color Palette

Discover the beautiful Teal Veer color palette featuring cutty sark (#4d807c), fringy flower (#a7d7ba), sidecar (#f2e7ba), porsche (#e6b15c) and cinnabar (#e94b3f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Bright, Green, Summer 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 Veer palette

Share this palette to:

💻 Teal Veer color palette CSS

/* CSS */
.color-1 {
color: #4d807c;
}
.color-2 {
color: #a7d7ba;
}
.color-3 {
color: #f2e7ba;
}
.color-4 {
color: #e6b15c;
}
.color-5 {
color: #e94b3f;
}

/* CSS Variables */
:root {
--color-1: #4d807c;
--color-2: #a7d7ba;
--color-3: #f2e7ba;
--color-4: #e6b15c;
--color-5: #e94b3f;
}

🌈 Teal Veer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d807c, #a7d7ba, #f2e7ba, #e6b15c, #e94b3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d807c, #a7d7ba, #f2e7ba, #e6b15c, #e94b3f);
}

Teal Veer color palette created on .