Loading...

Therian カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Therian palette

このパレットを共有する先:

Therian カラーパレット (PNG) をダウンロード

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

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

Therian の背景のグラデーション CSS

/* 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 .