Teal Modern Color Palette

Discover the beautiful Teal Modern color palette featuring spring wood (#f3f0e7), tiara (#c3d5d3), gulf stream (#84b0b8), wedgewood (#428d8f) and spectra (#2c4d4e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Modern, Teal, Coastal 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 Modern palette

Share this palette to:

💻 Teal Modern color palette CSS

/* CSS */
.color-1 {
color: #f3f0e7;
}
.color-2 {
color: #c3d5d3;
}
.color-3 {
color: #84b0b8;
}
.color-4 {
color: #428d8f;
}
.color-5 {
color: #2c4d4e;
}

/* CSS Variables */
:root {
--color-1: #f3f0e7;
--color-2: #c3d5d3;
--color-3: #84b0b8;
--color-4: #428d8f;
--color-5: #2c4d4e;
}

🌈 Teal Modern background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f0e7, #c3d5d3, #84b0b8, #428d8f, #2c4d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f0e7, #c3d5d3, #84b0b8, #428d8f, #2c4d4e);
}

Teal Modern color palette created on .