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