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: #5d9bd5;
}
.color-2 {
color: #1f8c8e;
}
.color-3 {
color: #e3a86d;
}
.color-4 {
color: #f2b05f;
}
.color-5 {
color: #d24f37;
}
/* CSS Variables */
:root {
--color-1: #5d9bd5;
--color-2: #1f8c8e;
--color-3: #e3a86d;
--color-4: #f2b05f;
--color-5: #d24f37;
}
CSS del degradado de fondo Blue Winter
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9bd5, #1f8c8e, #e3a86d, #f2b05f, #d24f37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9bd5, #1f8c8e, #e3a86d, #f2b05f, #d24f37);
}
Paletas de colores similares
Blue Winter color palette created on .