Tech カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tech palette

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

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

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

Tech カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #39396a;
}
.color-3 {
color: #4e4e97;
}
.color-4 {
color: #7f7ff5;
}
.color-5 {
color: #b3b3ff;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #39396a;
--color-3: #4e4e97;
--color-4: #7f7ff5;
--color-5: #b3b3ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #39396a, #4e4e97, #7f7ff5, #b3b3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #39396a, #4e4e97, #7f7ff5, #b3b3ff);
}

Tech color palette created on .