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