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