Tech カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tech palette
Tech カラー パレット PNG 画像
Tech カラーパレット CSS
/* CSS */
.color-1 {
color: #0a85ff;
}
.color-2 {
color: #00b2ff;
}
.color-3 {
color: #31e3c8;
}
.color-4 {
color: #a2e7ba;
}
.color-5 {
color: #f5ff8a;
}
/* CSS Variables */
:root {
--color-1: #0a85ff;
--color-2: #00b2ff;
--color-3: #31e3c8;
--color-4: #a2e7ba;
--color-5: #f5ff8a;
}
Tech の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a85ff, #00b2ff, #31e3c8, #a2e7ba, #f5ff8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a85ff, #00b2ff, #31e3c8, #a2e7ba, #f5ff8a);
}
似たようなカラーパレット
Tech color palette created on .