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