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