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