Paleta de colores Lab Coats and Curiosity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lab Coats and Curiosity palette
CSS de la paleta de colores Lab Coats and Curiosity
/* CSS */
.color-1 {
color: #f0f0f0;
}
.color-2 {
color: #dbe5f5;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #5f9eab;
}
.color-5 {
color: #2a7a89;
}
/* CSS Variables */
:root {
--color-1: #f0f0f0;
--color-2: #dbe5f5;
--color-3: #a3c7e0;
--color-4: #5f9eab;
--color-5: #2a7a89;
}
CSS del degradado de fondo Lab Coats and Curiosity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f0, #dbe5f5, #a3c7e0, #5f9eab, #2a7a89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f0, #dbe5f5, #a3c7e0, #5f9eab, #2a7a89);
}
Paletas de colores similares
Lab Coats and Curiosity color palette created on .