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