Glitch World カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Glitch World palette

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

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

Download glitch world color palette PNG image (landscape)
Download glitch world color palette PNG image (square)

Glitch World カラーパレット CSS

/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #00bfff;
}
.color-4 {
color: #80ff00;
}
.color-5 {
color: #ff8052;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #8a2ce2;
--color-3: #00bfff;
--color-4: #80ff00;
--color-5: #ff8052;
}

Glitch World の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #8a2ce2, #00bfff, #80ff00, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #8a2ce2, #00bfff, #80ff00, #ff8052);
}

Glitch World color palette created on .