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