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