Discover the beautiful Teal and Coral Dream color palette featuring cutty sark (#4f7d7d), monte carlo (#89c8b4), surf crest (#d4e8d6), manhattan (#f4c8a4) and apricot (#e7896f).

Teal and Coral Dream 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 Teal and Coral Dream palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Teal and Coral Dream palette

Share this palette to:

💻 Teal and Coral Dream color palette CSS

/* CSS */
.color-1 {
color: #4f7d7d;
}
.color-2 {
color: #89c8b4;
}
.color-3 {
color: #d4e8d6;
}
.color-4 {
color: #f4c8a4;
}
.color-5 {
color: #e7896f;
}

/* CSS Variables */
:root {
--color-1: #4f7d7d;
--color-2: #89c8b4;
--color-3: #d4e8d6;
--color-4: #f4c8a4;
--color-5: #e7896f;
}

🌈 Teal and Coral Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d7d, #89c8b4, #d4e8d6, #f4c8a4, #e7896f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d7d, #89c8b4, #d4e8d6, #f4c8a4, #e7896f);
}

Teal and Coral Dream color palette created on .