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