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