Lago Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lago palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lago Color Palette (PNG)
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);
}
Similar color palettes
Lago color palette created on .