Teal Toxin Color Palette
Discover the beautiful Teal Toxin color palette featuring bermuda (#70dbb9), puerto rico (#4ccdc4), puerto rico (#40b5b1), astral (#2f9aa2) and elm (#1f858e).
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 Toxin palette
💻 Teal Toxin color palette CSS
/* CSS */
.color-1 {
color: #70dbb9;
}
.color-2 {
color: #4ccdc4;
}
.color-3 {
color: #40b5b1;
}
.color-4 {
color: #2f9aa2;
}
.color-5 {
color: #1f858e;
}
/* CSS Variables */
:root {
--color-1: #70dbb9;
--color-2: #4ccdc4;
--color-3: #40b5b1;
--color-4: #2f9aa2;
--color-5: #1f858e;
}
🌈 Teal Toxin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70dbb9, #4ccdc4, #40b5b1, #2f9aa2, #1f858e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70dbb9, #4ccdc4, #40b5b1, #2f9aa2, #1f858e);
}
🔗 Explore similar color palettes
Teal Toxin color palette created on .