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