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