Light Teal Color Palette
Discover the beautiful Light Teal color palette featuring sinbad (#a4d5d0), ronchi (#f1c84b), tulip tree (#eab543), casablanca (#f9a94e) and terracotta (#e27c60).
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 Light Teal palette
💻 Light Teal color palette CSS
/* CSS */
.color-1 {
color: #a4d5d0;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #eab543;
}
.color-4 {
color: #f9a94e;
}
.color-5 {
color: #e27c60;
}
/* CSS Variables */
:root {
--color-1: #a4d5d0;
--color-2: #f1c84b;
--color-3: #eab543;
--color-4: #f9a94e;
--color-5: #e27c60;
}
🌈 Light Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d5d0, #f1c84b, #eab543, #f9a94e, #e27c60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d5d0, #f1c84b, #eab543, #f9a94e, #e27c60);
}
🔗 Explore similar color palettes
Light Teal color palette created on .