Paleta de colores Light Blue Winter
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Blue Winter palette
CSS de la paleta de colores Light Blue Winter
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #efe4d7;
}
.color-3 {
color: #b9e4d9;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f28c8c;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #efe4d7;
--color-3: #b9e4d9;
--color-4: #f6b83c;
--color-5: #f28c8c;
}
CSS del degradado de fondo Light Blue Winter
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #efe4d7, #b9e4d9, #f6b83c, #f28c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #efe4d7, #b9e4d9, #f6b83c, #f28c8c);
}
Paletas de colores similares
Light Blue Winter color palette created on .