Paleta de colores Therian
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Therian palette
Imagen PNG de la paleta de colores Therian
CSS de la paleta de colores Therian
/* CSS */
.color-1 {
color: #344b46;
}
.color-2 {
color: #506b6d;
}
.color-3 {
color: #627f70;
}
.color-4 {
color: #6e6a59;
}
.color-5 {
color: #695c54;
}
/* CSS Variables */
:root {
--color-1: #344b46;
--color-2: #506b6d;
--color-3: #627f70;
--color-4: #6e6a59;
--color-5: #695c54;
}
CSS del degradado de fondo Therian
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #344b46, #506b6d, #627f70, #6e6a59, #695c54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #344b46, #506b6d, #627f70, #6e6a59, #695c54);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Oscuro
Therian color palette created on .