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