Teal Sunset Color Palette

Discover the beautiful Teal Sunset color palette featuring cyan / aqua (#00ffe6), wewak (#f4a4b1), bermuda (#7bd5d2), bittersweet (#ff6e61) and yellow orange (#ffb347).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Pink, Bright, Tropical, 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 Sunset palette

Share this palette to:

💻 Teal Sunset color palette CSS

/* CSS */
.color-1 {
color: #00ffe6;
}
.color-2 {
color: #f4a4b1;
}
.color-3 {
color: #7bd5d2;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb347;
}

/* CSS Variables */
:root {
--color-1: #00ffe6;
--color-2: #f4a4b1;
--color-3: #7bd5d2;
--color-4: #ff6e61;
--color-5: #ffb347;
}

🌈 Teal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffe6, #f4a4b1, #7bd5d2, #ff6e61, #ffb347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffe6, #f4a4b1, #7bd5d2, #ff6e61, #ffb347);
}

Teal Sunset color palette created on .