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