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