Discover the beautiful Teal Night color palette featuring teal (#007d80), persian green (#00999e), persian green (#00b3aa), robin's egg blue (#00c7b6) and robin's egg blue (#00e0c6).
Teal Night Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Teal Night palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Teal Night palette
💻 Teal Night color palette CSS
/* CSS */
.color-1 {
color: #007d80;
}
.color-2 {
color: #00999e;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #00c7b6;
}
.color-5 {
color: #00e0c6;
}
/* CSS Variables */
:root {
--color-1: #007d80;
--color-2: #00999e;
--color-3: #00b3aa;
--color-4: #00c7b6;
--color-5: #00e0c6;
}
🌈 Teal Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007d80, #00999e, #00b3aa, #00c7b6, #00e0c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007d80, #00999e, #00b3aa, #00c7b6, #00e0c6);
}
🔗 Explore similar color palettes
Teal Night color palette created on .