Teal Mindfulness Color Palette
Discover the beautiful Teal Mindfulness color palette featuring iceberg (#d3f3e4), morning glory (#9fe0d8), half baked (#6ec2c4), keppel (#3a9c96) and pine green (#00706c).
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 Mindfulness palette
💻 Teal Mindfulness color palette CSS
/* CSS */
.color-1 {
color: #d3f3e4;
}
.color-2 {
color: #9fe0d8;
}
.color-3 {
color: #6ec2c4;
}
.color-4 {
color: #3a9c96;
}
.color-5 {
color: #00706c;
}
/* CSS Variables */
:root {
--color-1: #d3f3e4;
--color-2: #9fe0d8;
--color-3: #6ec2c4;
--color-4: #3a9c96;
--color-5: #00706c;
} 🌈 Teal Mindfulness background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3f3e4, #9fe0d8, #6ec2c4, #3a9c96, #00706c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3f3e4, #9fe0d8, #6ec2c4, #3a9c96, #00706c);
} 🔗 Explore similar color palettes
Teal Mindfulness color palette created on .