Paleta de colores Therian

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Therian palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Therian

Download therian color palette PNG image (landscape)
Download therian color palette PNG image (square)

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);
}

Therian color palette created on .