Paleta de colores Blue Lake
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Lake palette
CSS de la paleta de colores Blue Lake
/* 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;
}
CSS del degradado de fondo Blue Lake
/* 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);
}
Paletas de colores similares
- Shades of Pink
- Blue Luninaria
- Celestial Harmony
- Light Blue
- Blue Green Yellow Watercolor
- Silent Pursuit
- Whispers of the Sky
- Whispers of the Sky
- Serenity's Embrace
- Midnight Blue
- Midnight Blue
- Tropical Teal Symphony
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
Blue Lake color palette created on .