Lago Color Palette
Discover the beautiful Lago color palette featuring eastern blue (#1d8a9a), tradewind (#4fb0a3), bermuda (#70d7b6), magic mint (#a0f3c4) and white ice (#d7f9ea).
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 Lago palette
💻 Lago color palette CSS
/* CSS */
.color-1 {
color: #1d8a9a;
}
.color-2 {
color: #4fb0a3;
}
.color-3 {
color: #70d7b6;
}
.color-4 {
color: #a0f3c4;
}
.color-5 {
color: #d7f9ea;
}
/* CSS Variables */
:root {
--color-1: #1d8a9a;
--color-2: #4fb0a3;
--color-3: #70d7b6;
--color-4: #a0f3c4;
--color-5: #d7f9ea;
} 🌈 Lago background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d8a9a, #4fb0a3, #70d7b6, #a0f3c4, #d7f9ea);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d8a9a, #4fb0a3, #70d7b6, #a0f3c4, #d7f9ea);
} 🔗 Explore similar color palettes
Lago color palette created on .