Blue Lake Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Lake palette
Blue Lake color palette CSS
/* CSS */
.color-1 {
color: #2d496c;
}
.color-2 {
color: #50708b;
}
.color-3 {
color: #7d9bb0;
}
.color-4 {
color: #b6e2d8;
}
.color-5 {
color: #f5f9f1;
}
/* CSS Variables */
:root {
--color-1: #2d496c;
--color-2: #50708b;
--color-3: #7d9bb0;
--color-4: #b6e2d8;
--color-5: #f5f9f1;
}
Blue Lake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d496c, #50708b, #7d9bb0, #b6e2d8, #f5f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d496c, #50708b, #7d9bb0, #b6e2d8, #f5f9f1);
}
Similar color palettes
Blue Lake color palette created on .