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