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