Cool Teal Color Palette

Discover the beautiful Cool Teal color palette featuring morning glory (#a3d7e0), horizon (#5b8e9f), limed spruce (#3b4d54), outer space (#2a393c) and shark (#1c2426).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Blue, Winter, Deep, Modern 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 Cool Teal palette

Share this palette to:

๐Ÿ’ป Cool Teal color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #5b8e9f;
}
.color-3 {
color: #3b4d54;
}
.color-4 {
color: #2a393c;
}
.color-5 {
color: #1c2426;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #5b8e9f;
--color-3: #3b4d54;
--color-4: #2a393c;
--color-5: #1c2426;
}

๐ŸŒˆ Cool Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #5b8e9f, #3b4d54, #2a393c, #1c2426);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #5b8e9f, #3b4d54, #2a393c, #1c2426);
}

Cool Teal color palette created on .