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