Soft Blush カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Blush palette
Soft Blush カラー パレット PNG 画像
Soft Blush カラーパレット CSS
/* CSS */
.color-1 {
color: #f4e4d7;
}
.color-2 {
color: #f4c1ae;
}
.color-3 {
color: #f09a8e;
}
.color-4 {
color: #e67a7a;
}
.color-5 {
color: #c85b7d;
}
/* CSS Variables */
:root {
--color-1: #f4e4d7;
--color-2: #f4c1ae;
--color-3: #f09a8e;
--color-4: #e67a7a;
--color-5: #c85b7d;
}
Soft Blush の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e4d7, #f4c1ae, #f09a8e, #e67a7a, #c85b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e4d7, #f4c1ae, #f09a8e, #e67a7a, #c85b7d);
}
似たようなカラーパレット
下にスクロールして2個の白カラーパレットを探索しましょう
Soft Blush color palette created on .