Teal Seaweed Color Palette
Discover the beautiful Teal Seaweed color palette featuring sinbad (#a4d6d5), tradewind (#64b4a4), viridian (#3e8e7e), green pea (#1d6756) and deep sea green (#0a5c4d).
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 Seaweed palette
💻 Teal Seaweed color palette CSS
/* CSS */
.color-1 {
color: #a4d6d5;
}
.color-2 {
color: #64b4a4;
}
.color-3 {
color: #3e8e7e;
}
.color-4 {
color: #1d6756;
}
.color-5 {
color: #0a5c4d;
}
/* CSS Variables */
:root {
--color-1: #a4d6d5;
--color-2: #64b4a4;
--color-3: #3e8e7e;
--color-4: #1d6756;
--color-5: #0a5c4d;
} 🌈 Teal Seaweed background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d6d5, #64b4a4, #3e8e7e, #1d6756, #0a5c4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d6d5, #64b4a4, #3e8e7e, #1d6756, #0a5c4d);
} 🔗 Explore similar color palettes
Teal Seaweed color palette created on .