Teal Ghost Color Palette
Discover the beautiful Teal Ghost color palette featuring aqua haze (#e8f1f2), jungle mist (#b0d8d4), monte carlo (#7ecdca), keppel (#3ea8a2) and persian green (#00998a).
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 Ghost palette
💻 Teal Ghost color palette CSS
/* CSS */
.color-1 {
color: #e8f1f2;
}
.color-2 {
color: #b0d8d4;
}
.color-3 {
color: #7ecdca;
}
.color-4 {
color: #3ea8a2;
}
.color-5 {
color: #00998a;
}
/* CSS Variables */
:root {
--color-1: #e8f1f2;
--color-2: #b0d8d4;
--color-3: #7ecdca;
--color-4: #3ea8a2;
--color-5: #00998a;
}
🌈 Teal Ghost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f1f2, #b0d8d4, #7ecdca, #3ea8a2, #00998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f1f2, #b0d8d4, #7ecdca, #3ea8a2, #00998a);
}
🔗 Explore similar color palettes
Teal Ghost color palette created on .