Muted Teal and Deep Green Color Palette
Discover the beautiful Muted Teal and Deep Green color palette featuring outer space (#1c2c26), smalt blue (#4f8c80), acapulco (#78baa4), morning glory (#a3e1d5) and skeptic (#d3e9e1).
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 Muted Teal and Deep Green palette
💻 Muted Teal and Deep Green color palette CSS
/* CSS */
.color-1 {
color: #1c2c26;
}
.color-2 {
color: #4f8c80;
}
.color-3 {
color: #78baa4;
}
.color-4 {
color: #a3e1d5;
}
.color-5 {
color: #d3e9e1;
}
/* CSS Variables */
:root {
--color-1: #1c2c26;
--color-2: #4f8c80;
--color-3: #78baa4;
--color-4: #a3e1d5;
--color-5: #d3e9e1;
}
🌈 Muted Teal and Deep Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2c26, #4f8c80, #78baa4, #a3e1d5, #d3e9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2c26, #4f8c80, #78baa4, #a3e1d5, #d3e9e1);
}
🔗 Explore similar color palettes
Muted Teal and Deep Green color palette created on .