Stranger Things カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Stranger Things palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Stranger Things カラーパレット (PNG) をダウンロード
Stranger Things カラーパレット CSS
/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6a2c90;
}
.color-3 {
color: #ae2d65;
}
.color-4 {
color: #f5c619;
}
.color-5 {
color: #f9e24e;
}
/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6a2c90;
--color-3: #ae2d65;
--color-4: #f5c619;
--color-5: #f9e24e;
}
Stranger Things の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6a2c90, #ae2d65, #f5c619, #f9e24e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6a2c90, #ae2d65, #f5c619, #f9e24e);
}
似たようなカラーパレット
下にスクロールして9個のダークカラーパレットを探索しましょう
Stranger Things color palette created on .