Tech カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tech palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Tech カラーパレット (PNG) をダウンロード
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 .