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