Deep Teal Color Palette
Discover the beautiful Deep Teal color palette featuring gable green (#193838), nile blue (#1a3c4c), martinique (#2a2c4c), mirage (#191929) and san juan (#2a4c5a).
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 Deep Teal palette
💻 Deep Teal color palette CSS
/* CSS */
.color-1 {
color: #193838;
}
.color-2 {
color: #1a3c4c;
}
.color-3 {
color: #2a2c4c;
}
.color-4 {
color: #191929;
}
.color-5 {
color: #2a4c5a;
}
/* CSS Variables */
:root {
--color-1: #193838;
--color-2: #1a3c4c;
--color-3: #2a2c4c;
--color-4: #191929;
--color-5: #2a4c5a;
}
🌈 Deep Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #193838, #1a3c4c, #2a2c4c, #191929, #2a4c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #193838, #1a3c4c, #2a2c4c, #191929, #2a4c5a);
}
🔗 Explore similar color palettes
Deep Teal color palette created on .