Teal Support Color Palette

Discover the beautiful Teal Support color palette featuring gin (#e9f3ee), old lace (#fdf8eb), solitaire (#fef5e9), bon jour (#e9e7e9) and just right (#ecc7bd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Cream, Earthy, Light, Neutral, Pastel, Sage, Soft, Warm 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 Support palette

Share this palette to:

💻 Teal Support color palette CSS

/* CSS */
.color-1 {
color: #e9f3ee;
}
.color-2 {
color: #fdf8eb;
}
.color-3 {
color: #fef5e9;
}
.color-4 {
color: #e9e7e9;
}
.color-5 {
color: #ecc7bd;
}

/* CSS Variables */
:root {
--color-1: #e9f3ee;
--color-2: #fdf8eb;
--color-3: #fef5e9;
--color-4: #e9e7e9;
--color-5: #ecc7bd;
}

🌈 Teal Support background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9f3ee, #fdf8eb, #fef5e9, #e9e7e9, #ecc7bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9f3ee, #fdf8eb, #fef5e9, #e9e7e9, #ecc7bd);
}

Teal Support color palette created on .