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