Teal Scientist Color Palette
Discover the beautiful Teal Scientist color palette featuring elm (#1e8b8f), pelorous (#3cc3c8), turquoise blue (#6be6e2), sail (#9fe0f4) and web orange (#f0a400).
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 Scientist palette
💻 Teal Scientist color palette CSS
/* CSS */
.color-1 {
color: #1e8b8f;
}
.color-2 {
color: #3cc3c8;
}
.color-3 {
color: #6be6e2;
}
.color-4 {
color: #9fe0f4;
}
.color-5 {
color: #f0a400;
}
/* CSS Variables */
:root {
--color-1: #1e8b8f;
--color-2: #3cc3c8;
--color-3: #6be6e2;
--color-4: #9fe0f4;
--color-5: #f0a400;
} 🌈 Teal Scientist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8b8f, #3cc3c8, #6be6e2, #9fe0f4, #f0a400);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8b8f, #3cc3c8, #6be6e2, #9fe0f4, #f0a400);
} 🔗 Explore similar color palettes
Teal Scientist color palette created on .