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