Teal Bismuth Color Palette
Discover the beautiful Teal Bismuth color palette featuring orient (#005b85), pelorous (#36a8b5), downy (#68d1d4), ice cold (#a3f0e8) and polar (#e1f7f9).
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 Teal Bismuth palette
💻 Teal Bismuth color palette CSS
/* CSS */
.color-1 {
color: #005b85;
}
.color-2 {
color: #36a8b5;
}
.color-3 {
color: #68d1d4;
}
.color-4 {
color: #a3f0e8;
}
.color-5 {
color: #e1f7f9;
}
/* CSS Variables */
:root {
--color-1: #005b85;
--color-2: #36a8b5;
--color-3: #68d1d4;
--color-4: #a3f0e8;
--color-5: #e1f7f9;
} 🌈 Teal Bismuth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005b85, #36a8b5, #68d1d4, #a3f0e8, #e1f7f9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005b85, #36a8b5, #68d1d4, #a3f0e8, #e1f7f9);
} 🔗 Explore similar color palettes
Teal Bismuth color palette created on .