Soft Blush カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Blush palette
Soft Blush カラー パレット PNG 画像
Soft Blush カラーパレット CSS
/* CSS */
.color-1 {
color: #f5c2c2;
}
.color-2 {
color: #f3b6a0;
}
.color-3 {
color: #f19f79;
}
.color-4 {
color: #f08e51;
}
.color-5 {
color: #de6c3b;
}
/* CSS Variables */
:root {
--color-1: #f5c2c2;
--color-2: #f3b6a0;
--color-3: #f19f79;
--color-4: #f08e51;
--color-5: #de6c3b;
}
Soft Blush の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2c2, #f3b6a0, #f19f79, #f08e51, #de6c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2c2, #f3b6a0, #f19f79, #f08e51, #de6c3b);
}
似たようなカラーパレット
Soft Blush color palette created on .