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