Discover the beautiful Shades of Orange and Teal color palette featuring sandy brown (#f3a149), rajah (#f6c56a), peach yellow (#f9e9a9), fringy flower (#a4dab9) and glacier (#6eabbf).

Shades of Orange and Teal Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Shades of Orange and Teal palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Shades of Orange and Teal palette

Share this palette to:

💻 Shades of Orange and Teal color palette CSS

/* CSS */
.color-1 {
color: #f3a149;
}
.color-2 {
color: #f6c56a;
}
.color-3 {
color: #f9e9a9;
}
.color-4 {
color: #a4dab9;
}
.color-5 {
color: #6eabbf;
}

/* CSS Variables */
:root {
--color-1: #f3a149;
--color-2: #f6c56a;
--color-3: #f9e9a9;
--color-4: #a4dab9;
--color-5: #6eabbf;
}

🌈 Shades of Orange and Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a149, #f6c56a, #f9e9a9, #a4dab9, #6eabbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a149, #f6c56a, #f9e9a9, #a4dab9, #6eabbf);
}

Shades of Orange and Teal color palette created on .