Sunset Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Serenade palette
Sunset Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #fe5e01;
}
.color-2 {
color: #f69e23;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #f9e6a9;
}
.color-5 {
color: #fefcdc;
}
/* CSS Variables */
:root {
--color-1: #fe5e01;
--color-2: #f69e23;
--color-3: #f7c94b;
--color-4: #f9e6a9;
--color-5: #fefcdc;
}
Sunset Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe5e01, #f69e23, #f7c94b, #f9e6a9, #fefcdc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe5e01, #f69e23, #f7c94b, #f9e6a9, #fefcdc);
}
似たようなカラーパレット
下にスクロールして100+個のアンバーカラーパレットを探索しましょう
Sunset Serenade color palette created on .