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