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