Teal Dream Color Palette

Discover the beautiful Teal Dream color palette featuring white (#ffffff), smalt blue (#4d8f87), opal (#a7c8c4), parchment (#f2e6d4) and manhattan (#f7c6a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Cream, Light, 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 Dream palette

Share this palette to:

💻 Teal Dream color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #4d8f87;
}
.color-3 {
color: #a7c8c4;
}
.color-4 {
color: #f2e6d4;
}
.color-5 {
color: #f7c6a1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #4d8f87;
--color-3: #a7c8c4;
--color-4: #f2e6d4;
--color-5: #f7c6a1;
}

🌈 Teal Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #4d8f87, #a7c8c4, #f2e6d4, #f7c6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #4d8f87, #a7c8c4, #f2e6d4, #f7c6a1);
}

Teal Dream color palette created on .