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