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