Paleta de colores Laboratory Sky
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Laboratory Sky palette
CSS de la paleta de colores Laboratory Sky
/* CSS */
.color-1 {
color: #6b9cff;
}
.color-2 {
color: #a8d8ff;
}
.color-3 {
color: #f5f6fa;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #6b9cff;
--color-2: #a8d8ff;
--color-3: #f5f6fa;
--color-4: #ffcb5c;
--color-5: #ff6e61;
}
CSS del degradado de fondo Laboratory Sky
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9cff, #a8d8ff, #f5f6fa, #ffcb5c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9cff, #a8d8ff, #f5f6fa, #ffcb5c, #ff6e61);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 700+ paletas de colores Azul
Laboratory Sky color palette created on .