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