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