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