Terminal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Terminal palette

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

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

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

Terminal カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a3d;
}
.color-2 {
color: #3e5a5b;
}
.color-3 {
color: #698c8a;
}
.color-4 {
color: #b2d7c2;
}
.color-5 {
color: #f4f6ee;
}

/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #3e5a5b;
--color-3: #698c8a;
--color-4: #b2d7c2;
--color-5: #f4f6ee;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #3e5a5b, #698c8a, #b2d7c2, #f4f6ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #3e5a5b, #698c8a, #b2d7c2, #f4f6ee);
}

Terminal color palette created on .