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