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