Dark Teal Delight Color Palette

Discover the beautiful Dark Teal Delight color palette featuring blue stone (#006161), teal (#007f80), persian green (#00a8a8), robin's egg blue (#00bdbd) and robin's egg blue (#00d6d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Tropical, Teal, Vibrant, Beach 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 Dark Teal Delight palette

Share this palette to:

๐Ÿ’ป Dark Teal Delight color palette CSS

/* CSS */
.color-1 {
color: #006161;
}
.color-2 {
color: #007f80;
}
.color-3 {
color: #00a8a8;
}
.color-4 {
color: #00bdbd;
}
.color-5 {
color: #00d6d6;
}

/* CSS Variables */
:root {
--color-1: #006161;
--color-2: #007f80;
--color-3: #00a8a8;
--color-4: #00bdbd;
--color-5: #00d6d6;
}

๐ŸŒˆ Dark Teal Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006161, #007f80, #00a8a8, #00bdbd, #00d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006161, #007f80, #00a8a8, #00bdbd, #00d6d6);
}

Dark Teal Delight color palette created on .