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