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: #9e1f25;
}
.color-2 {
color: #e28a2c;
}
.color-3 {
color: #f2ead4;
}
.color-4 {
color: #5c7a99;
}
.color-5 {
color: #2e2a60;
}

/* CSS Variables */
:root {
--color-1: #9e1f25;
--color-2: #e28a2c;
--color-3: #f2ead4;
--color-4: #5c7a99;
--color-5: #2e2a60;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e1f25, #e28a2c, #f2ead4, #5c7a99, #2e2a60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e1f25, #e28a2c, #f2ead4, #5c7a99, #2e2a60);
}

Stranger Vibes color palette created on .