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