Paleta de colores Blue Winter
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Winter palette
CSS de la paleta de colores Blue Winter
/* CSS */
.color-1 {
color: #a7c0d2;
}
.color-2 {
color: #7796b1;
}
.color-3 {
color: #54768c;
}
.color-4 {
color: #37576d;
}
.color-5 {
color: #233c4d;
}
/* CSS Variables */
:root {
--color-1: #a7c0d2;
--color-2: #7796b1;
--color-3: #54768c;
--color-4: #37576d;
--color-5: #233c4d;
}
CSS del degradado de fondo Blue Winter
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c0d2, #7796b1, #54768c, #37576d, #233c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c0d2, #7796b1, #54768c, #37576d, #233c4d);
}
Paletas de colores similares
Blue Winter color palette created on .