Y2K Streetwear カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Y2K Streetwear palette

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

Y2K Streetwear カラー パレット PNG 画像

Download y2k streetwear color palette PNG image (landscape)
Download y2k streetwear color palette PNG image (square)

Y2K Streetwear カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #3f3f5a;
}
.color-3 {
color: #7a7ab8;
}
.color-4 {
color: #b7a2f1;
}
.color-5 {
color: #f4a4d7;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #3f3f5a;
--color-3: #7a7ab8;
--color-4: #b7a2f1;
--color-5: #f4a4d7;
}

Y2K Streetwear の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #3f3f5a, #7a7ab8, #b7a2f1, #f4a4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #3f3f5a, #7a7ab8, #b7a2f1, #f4a4d7);
}

Y2K Streetwear color palette created on .