Paleta de colores Teal Polar
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Polar palette
CSS de la paleta de colores Teal Polar
/* CSS */
.color-1 {
color: #e6f9f6;
}
.color-2 {
color: #a4e0e5;
}
.color-3 {
color: #6fd8d4;
}
.color-4 {
color: #41b9b1;
}
.color-5 {
color: #0b9d9d;
}
/* CSS Variables */
:root {
--color-1: #e6f9f6;
--color-2: #a4e0e5;
--color-3: #6fd8d4;
--color-4: #41b9b1;
--color-5: #0b9d9d;
}
CSS del degradado de fondo Teal Polar
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6f9f6, #a4e0e5, #6fd8d4, #41b9b1, #0b9d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6f9f6, #a4e0e5, #6fd8d4, #41b9b1, #0b9d9d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 80+ paletas de colores Estético
Teal Polar color palette created on .