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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Dark Teal Delight color palette created on .