Therian Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Therian palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Therian

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

tavolozza dei colori Therian CSS

/* 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 con gradiente di sfondo 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 .