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