80s Winter カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 80s Winter palette
80s Winter カラー パレット PNG 画像
80s Winter カラーパレット CSS
/* CSS */
.color-1 {
color: #c1c1d7;
}
.color-2 {
color: #a59fc1;
}
.color-3 {
color: #b7a1d3;
}
.color-4 {
color: #d89dc3;
}
.color-5 {
color: #f6a7b3;
}
/* CSS Variables */
:root {
--color-1: #c1c1d7;
--color-2: #a59fc1;
--color-3: #b7a1d3;
--color-4: #d89dc3;
--color-5: #f6a7b3;
}
80s Winter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c1d7, #a59fc1, #b7a1d3, #d89dc3, #f6a7b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c1d7, #a59fc1, #b7a1d3, #d89dc3, #f6a7b3);
}
似たようなカラーパレット
下にスクロールして7個の80年代カラーパレットを探索しましょう
80s Winter color palette created on .