Teal and Coral Dream Color Palette

Discover the beautiful Teal and Coral Dream color palette featuring silver tree (#69bf9b), shakespeare (#50b9d3), geraldine (#f7a28d), ronchi (#f1cb4b) and terracotta (#e27c60).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Blue, Orange 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 and Coral Dream palette

Share this palette to:

💻 Teal and Coral Dream color palette CSS

/* CSS */
.color-1 {
color: #69bf9b;
}
.color-2 {
color: #50b9d3;
}
.color-3 {
color: #f7a28d;
}
.color-4 {
color: #f1cb4b;
}
.color-5 {
color: #e27c60;
}

/* CSS Variables */
:root {
--color-1: #69bf9b;
--color-2: #50b9d3;
--color-3: #f7a28d;
--color-4: #f1cb4b;
--color-5: #e27c60;
}

🌈 Teal and Coral Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf9b, #50b9d3, #f7a28d, #f1cb4b, #e27c60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf9b, #50b9d3, #f7a28d, #f1cb4b, #e27c60);
}

Teal and Coral Dream color palette created on .