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