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