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