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