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