Teal Invader カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Invader palette

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

Teal Invader カラー パレット PNG 画像

Download teal invader color palette PNG image (landscape)
Download teal invader color palette PNG image (square)

Teal Invader カラーパレット CSS

/* CSS */
.color-1 {
color: #1e2a2f;
}
.color-2 {
color: #2f4b4a;
}
.color-3 {
color: #4b7c78;
}
.color-4 {
color: #6cb7af;
}
.color-5 {
color: #a2d8d1;
}

/* CSS Variables */
:root {
--color-1: #1e2a2f;
--color-2: #2f4b4a;
--color-3: #4b7c78;
--color-4: #6cb7af;
--color-5: #a2d8d1;
}

Teal Invader の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2a2f, #2f4b4a, #4b7c78, #6cb7af, #a2d8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2a2f, #2f4b4a, #4b7c78, #6cb7af, #a2d8d1);
}

Teal Invader color palette created on .