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