Lake Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lake palette
Lake color palette PNG image
Lake color palette CSS
/* CSS */
.color-1 {
color: #8cc6e8;
}
.color-2 {
color: #4da0e0;
}
.color-3 {
color: #0071b3;
}
.color-4 {
color: #005d85;
}
.color-5 {
color: #003d5c;
}
/* CSS Variables */
:root {
--color-1: #8cc6e8;
--color-2: #4da0e0;
--color-3: #0071b3;
--color-4: #005d85;
--color-5: #003d5c;
}
Lake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cc6e8, #4da0e0, #0071b3, #005d85, #003d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cc6e8, #4da0e0, #0071b3, #005d85, #003d5c);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
Lake color palette created on .