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