Paleta de colores Teal Earth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Earth palette
CSS de la paleta de colores Teal Earth
/* CSS */
.color-1 {
color: #1e898f;
}
.color-2 {
color: #4fbf9c;
}
.color-3 {
color: #8ed2a0;
}
.color-4 {
color: #f4b943;
}
.color-5 {
color: #d16d5c;
}
/* CSS Variables */
:root {
--color-1: #1e898f;
--color-2: #4fbf9c;
--color-3: #8ed2a0;
--color-4: #f4b943;
--color-5: #d16d5c;
}
CSS del degradado de fondo Teal Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e898f, #4fbf9c, #8ed2a0, #f4b943, #d16d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e898f, #4fbf9c, #8ed2a0, #f4b943, #d16d5c);
}
Paletas de colores similares
Teal Earth color palette created on .