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