Paleta de colores Light Teal
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Teal palette
CSS de la paleta de colores Light Teal
/* CSS */
.color-1 {
color: #a4dad6;
}
.color-2 {
color: #f2b75f;
}
.color-3 {
color: #f6b6b1;
}
.color-4 {
color: #efa65d;
}
.color-5 {
color: #e8c2a1;
}
/* CSS Variables */
:root {
--color-1: #a4dad6;
--color-2: #f2b75f;
--color-3: #f6b6b1;
--color-4: #efa65d;
--color-5: #e8c2a1;
}
CSS del degradado de fondo Light Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dad6, #f2b75f, #f6b6b1, #efa65d, #e8c2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dad6, #f2b75f, #f6b6b1, #efa65d, #e8c2a1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Light Teal color palette created on .