Sunset Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Serenade palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Sunset Serenade カラーパレット (PNG) をダウンロード
Sunset Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #ef752a;
}
.color-2 {
color: #f2a350;
}
.color-3 {
color: #f3b972;
}
.color-4 {
color: #f5d699;
}
.color-5 {
color: #f7eac5;
}
/* CSS Variables */
:root {
--color-1: #ef752a;
--color-2: #f2a350;
--color-3: #f3b972;
--color-4: #f5d699;
--color-5: #f7eac5;
}
Sunset Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef752a, #f2a350, #f3b972, #f5d699, #f7eac5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef752a, #f2a350, #f3b972, #f5d699, #f7eac5);
}
似たようなカラーパレット
Sunset Serenade color palette created on .