Vin Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vin Sunset palette
Vin Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #fed471;
}
.color-2 {
color: #fef4c3;
}
.color-3 {
color: #fbe9bc;
}
.color-4 {
color: #f8c587;
}
.color-5 {
color: #f2a854;
}
/* CSS Variables */
:root {
--color-1: #fed471;
--color-2: #fef4c3;
--color-3: #fbe9bc;
--color-4: #f8c587;
--color-5: #f2a854;
}
Vin Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed471, #fef4c3, #fbe9bc, #f8c587, #f2a854);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed471, #fef4c3, #fbe9bc, #f8c587, #f2a854);
}
似たようなカラーパレット
下にスクロールして90+個の黄色カラーパレットを探索しましょう
Vin Sunset color palette created on .