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