Teal Edelweiss Color Palette
Discover the beautiful Teal Edelweiss color palette featuring cararra (#e4e5e1), tiara (#c6d2d2), tower gray (#a9c1c1), neptune (#6cadbc) and lochinvar (#2c8c8c).
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 Edelweiss palette
💻 Teal Edelweiss color palette CSS
/* CSS */
.color-1 {
color: #e4e5e1;
}
.color-2 {
color: #c6d2d2;
}
.color-3 {
color: #a9c1c1;
}
.color-4 {
color: #6cadbc;
}
.color-5 {
color: #2c8c8c;
}
/* CSS Variables */
:root {
--color-1: #e4e5e1;
--color-2: #c6d2d2;
--color-3: #a9c1c1;
--color-4: #6cadbc;
--color-5: #2c8c8c;
} 🌈 Teal Edelweiss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4e5e1, #c6d2d2, #a9c1c1, #6cadbc, #2c8c8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4e5e1, #c6d2d2, #a9c1c1, #6cadbc, #2c8c8c);
} 🔗 Explore similar color palettes
Teal Edelweiss color palette created on .