Teal Pearl Color Palette
Discover the beautiful Teal Pearl color palette featuring aqua haze (#e8f0f2), edgewater (#d5e7e0), aqua island (#a1d9d8), neptune (#6cb4b7) and paradiso (#3b888c).
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 Pearl palette
💻 Teal Pearl color palette CSS
/* CSS */
.color-1 {
color: #e8f0f2;
}
.color-2 {
color: #d5e7e0;
}
.color-3 {
color: #a1d9d8;
}
.color-4 {
color: #6cb4b7;
}
.color-5 {
color: #3b888c;
}
/* CSS Variables */
:root {
--color-1: #e8f0f2;
--color-2: #d5e7e0;
--color-3: #a1d9d8;
--color-4: #6cb4b7;
--color-5: #3b888c;
} 🌈 Teal Pearl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f0f2, #d5e7e0, #a1d9d8, #6cb4b7, #3b888c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f0f2, #d5e7e0, #a1d9d8, #6cb4b7, #3b888c);
} 🔗 Explore similar color palettes
Teal Pearl color palette created on .