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