Stranger Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Stranger Vibes palette

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

Stranger Vibes カラー パレット PNG 画像

Download stranger vibes color palette PNG image (landscape)
Download stranger vibes color palette PNG image (square)

Stranger Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3d5c;
}
.color-2 {
color: #7c5f7c;
}
.color-3 {
color: #d69f29;
}
.color-4 {
color: #f09c3d;
}
.color-5 {
color: #f84f4f;
}

/* CSS Variables */
:root {
--color-1: #4b3d5c;
--color-2: #7c5f7c;
--color-3: #d69f29;
--color-4: #f09c3d;
--color-5: #f84f4f;
}

Stranger Vibes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d5c, #7c5f7c, #d69f29, #f09c3d, #f84f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d5c, #7c5f7c, #d69f29, #f09c3d, #f84f4f);
}

Stranger Vibes color palette created on .