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