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