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