Golden Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Sunset palette
Golden Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #e69e19;
}
.color-2 {
color: #f2b02c;
}
.color-3 {
color: #f8d57c;
}
.color-4 {
color: #fdd8bf;
}
.color-5 {
color: #e2a05a;
}
/* CSS Variables */
:root {
--color-1: #e69e19;
--color-2: #f2b02c;
--color-3: #f8d57c;
--color-4: #fdd8bf;
--color-5: #e2a05a;
}
Golden Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e69e19, #f2b02c, #f8d57c, #fdd8bf, #e2a05a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e69e19, #f2b02c, #f8d57c, #fdd8bf, #e2a05a);
}
似たようなカラーパレット
Golden Sunset color palette created on .