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